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) Host ¶ added in v1.6.0
func (server GenericServer) Host() string
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.