wifictld-analyzer/config/config.go

11 lines
202 B
Go
Raw Normal View History

2018-07-10 21:40:38 +02:00
package config
import (
"dev.sum7.eu/wifictld/analyzer/capture"
)
type Config struct {
StatePath string `toml:"state_path"`
Interfaces []*capture.IFaceConfig `toml:"interfaces"`
}