Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseHostname ¶ added in v0.1.48
Types ¶
type GenericServer ¶
type GenericServer struct {
Address string `json:"address"`
Version qversion.Version `json:"version"`
Clients []qclient.Client `json:"clients"`
Settings qsettings.Settings `json:"settings"`
Geo geo.Location `json:"geo"`
ExtraInfo struct {
QtvStream qtvstream.QtvStream `json:"qtv_stream"`
} `json:"extra_info"`
}
func (GenericServer) Players ¶ added in v0.1.39
func (server GenericServer) Players() []qclient.Client
func (GenericServer) Spectators ¶ added in v0.1.39
func (server GenericServer) Spectators() []qclient.Client
Click to show internal directories.
Click to hide internal directories.