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

7 lines
110 B
Go

package conf
type ConfigYaml struct {
Listen ListenYaml `yaml:"listen"`
Serve ServeYaml `yaml:"serve"`
}