7 lines
119 B
Smarty
7 lines
119 B
Smarty
package config
|
|
|
|
type Config struct {
|
|
Name string `yaml:"Name"`
|
|
Host string `yaml:"Host"`
|
|
Port uint `yaml:"Port"`
|
|
} |