Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Manager = manager{ // contains filtered or unexported fields }
Functions ¶
func RoutePacket ¶
RoutePacket routes a incoming packet to the correct handler based on the packet type
Types ¶
type Client ¶
type Client struct { Id uuid.UUID ProxyClient *proxylib.ProxyClient MemberInfo *proxcom.ChannelMember }
func NewClient ¶
func NewClient(proxyClient *proxylib.ProxyClient, memberInfo *proxcom.ChannelMember) *Client
NewClient creates a new client
func (*Client) ListenForIncomingPackets ¶
func (client *Client) ListenForIncomingPackets()
listenForIncomingPackets listens for incoming packets from the client
Click to show internal directories.
Click to hide internal directories.