Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPrettiedString ¶
Types ¶
type Server ¶
type Server struct {
Online bool `json:"online"`
Host string `json:"host"`
Port int64 `json:"port"`
IPAddress string `json:"ip_address"`
EULABlocked bool `json:"eula_blocked"`
RetrievedAt int64 `json:"retrieved_at"`
ExpiresAt int64 `json:"expires_at"`
SrvRecord interface{} `json:"srv_record"`
Version Version `json:"version"`
Players Players `json:"players"`
MOTD MOTD `json:"motd"`
Icon string `json:"icon"`
Mods []interface{} `json:"mods"`
Software interface{} `json:"software"`
Plugins []interface{} `json:"plugins"`
}
Click to show internal directories.
Click to hide internal directories.