package config type Config struct { Name string `yaml:"Name"` Host string `yaml:"Host"` Port uint `yaml:"Port"` }