Documentation
¶
Index ¶
Constants ¶
View Source
const ( SxtannaName = "Sxtanna" SxtannaUUID = "41d1fed5-aa44-432c-ab1b-2810001f3270" ServerMotd = " &bA GoLang Server" ServerIcon = "" /* 31758-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Players ¶
type Players struct { Max int `json:"max"` Online int `json:"online"` Sample []SamplePlayer `json:"sample"` }
type Response ¶
type Response struct { Version Version `json:"version,string"` Players Players `json:"players,string"` Description Message `json:"description"` Favicon string `json:"favicon"` }
func DefaultResponse ¶
func DefaultResponse() Response
type SamplePlayer ¶
Click to show internal directories.
Click to hide internal directories.