package server type Server struct { Host string `json:"srvhost"` Port string `json:"srvport"` Err error }