proto/goutils/proto_build/tpls/config.tpl

7 lines
119 B
Smarty
Raw Normal View History

2023-11-27 09:36:02 +00:00
package config
type Config struct {
Name string `yaml:"Name"`
Host string `yaml:"Host"`
Port uint `yaml:"Port"`
}