wifictld-analyzer/config/config.go

11 lines
211 B
Go

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