Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingResponse ¶
type PingResponse struct {
Payload int64
}
type Response ¶
type Response struct {
Version struct {
Name string `json:"name"`
Protocol int `json:"protocol"`
}
Players struct {
Max uint `json:"max"`
Online uint `json:"online"`
Sample []struct {
Name string `json:"name"`
ID string `json:"id"`
}
}
Description struct {
Text string `json:"text"`
}
Favicon string `json:"favicon"`
EnforceSecureChat bool `json:"enforceSecureChat"`
}
Click to show internal directories.
Click to hide internal directories.