Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Description ¶ added in v1.0.8
type Description struct {
Text string `json:"text"`
}
type PingResponse ¶
type PingResponse struct {
Payload int64
}
type PlayerSample ¶ added in v1.0.8
type Players ¶ added in v1.0.8
type Players struct {
Max uint `json:"max"`
Online uint `json:"online"`
Sample []PlayerSample
}
Click to show internal directories.
Click to hide internal directories.