Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsGameServer ¶
func IsGameServer(server GenericServer) bool
func IsProxyServer ¶
func IsProxyServer(server GenericServer) bool
func IsQtvServer ¶
func IsQtvServer(server GenericServer) bool
Types ¶
type GenericServer ¶
type GenericServer struct {
Address string
Clients []Client
NumClients uint8
Settings map[string]string
ExtraInfo extraInfo
}
func NewGenericServer ¶
func NewGenericServer() GenericServer
Click to show internal directories.
Click to hide internal directories.