Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePacket ¶
BasePacket is the most basic type of packet that must then be converted into an actual packet.
func GetPacket ¶
func GetPacket(i io.Reader) (b BasePacket, errF error)
GetPacket returns an bancho packet.
func (BasePacket) Unmarshal ¶
func (b BasePacket) Unmarshal(results ...interface{}) error
Unmarshal decodes some data from Content and puts it into an interface.
Click to show internal directories.
Click to hide internal directories.