mc-webserver/conf/listen.go
2023-08-13 20:19:47 +01:00

9 lines
187 B
Go

package conf
type ListenYaml struct {
Web string `yaml:"web"`
WebMethod string `yaml:"webMethod"`
WebNetwork string `yaml:"webNetwork"`
Identify bool `yaml:"identify"`
}