package config import ( "dev.sum7.eu/genofire/wifictld-analyzer/capture" ) type Config struct { StatePath string `toml:"state_path"` Interfaces []*capture.IFaceConfig `toml:"interfaces"` }