mc-webserver/conf/listen.go

9 lines
187 B
Go
Raw Normal View History

2023-08-13 20:19:47 +01:00
package conf
type ListenYaml struct {
Web string `yaml:"web"`
WebMethod string `yaml:"webMethod"`
WebNetwork string `yaml:"webNetwork"`
Identify bool `yaml:"identify"`
}