package model type ServerInfo struct { ServerAddress string `json:"server_address"` AvailableKey string `json:"available_key"` }