7 lines
119 B
Smarty
Raw Normal View History

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