package config type Central struct { Host string `json:"host"` Port int `json:"port"` }