Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckServerAvailability ¶
func CheckServerAvailability(srv db.GameServerData) (bool, string)
CheckServerAvailability if server is usable for get5_web
func CheckServerConnection ¶
func CheckServerConnection(srv db.GameServerData) bool
CheckServerConnection Check server pulse by sending "status" command
func FormatMapName ¶
FormatMapName Formats correct map name.
func GetVersion ¶
Types ¶
type GET5AvailableDatas ¶
type GET5AvailableDatas struct {
Gamestate int `json:"gamestate"`
Available int `json:"available"`
PluginVersion string `json:"plugin_version"`
}
GET5AvailableDatas Struct for Get5 availability check.
Click to show internal directories.
Click to hide internal directories.