package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jul 15, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Text string `json:"text"`
}
type Players struct {
Max int `json:"max"`
Online int `json:"online"`
Sample []SamplePlayer `json:"sample"`
}
type Response struct {
Version Version `json:"version"`
Players Players `json:"players"`
Description Message `json:"description"`
Favicon string `json:"favicon"`
}
type SamplePlayer struct {
Name string `json:"name"`
ID string `json:"id"`
}
type Version struct {
Name string `json:"name"`
Protocol int `json:"protocol"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.