Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClientReadPacket = errors.New("failed to read packet from connection") ErrClientMarshalPacket = errors.New("failed to marshal packet data") ErrClientWritePacket = errors.New("failed to write packet to connection") ErrClientInconsistentWrite = errors.New("inconsistent data write: bytes written mismatch") ErrClientAuthenticationFailed = errors.New("authentication failed") ErrClientInvalidPacketType = errors.New("invalid packet type received") ErrClientUnmarshalResponsePacket = errors.New("failed to unmarshal response packet data") ErrClientReadDeadline = errors.New("failed to set read deadline on connection") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.