Documentation
¶
Overview ¶
Package client provides management of clients for a server
go get github.com/altid/server/client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Active bool UUID uint32 Aux interface{} // contains filtered or unexported fields }
Client represents a unique client attatched to a server The Aux can be used to store additional data
Click to show internal directories.
Click to hide internal directories.