wifictld-analyzer/web/config.go

8 lines
131 B
Go
Raw Normal View History

2019-03-01 10:54:19 +01:00
package web
type Config struct {
Enable bool `toml:"enable"`
Bind string `toml:"bind"`
Webroot string `toml:"webroot"`
}