package
0.1.4
Repository: https://github.com/njones/socketio.git
Documentation: pkg.go.dev

# Functions

NewPacketV1 returns a Packet interface that will read/write socket.io version 1 packets.
NewPacketV2 returns a Packet interface that will read/write socket.io version 2 packets.
No description provided by the author
No description provided by the author
No description provided by the author
WithAckID sets the AckID field in a Packet object.
WithNamespace sets the Namespace field in a Packet object.
WithType sets the Type field in a Packet object.

# Constants

The packet type codes available in the socket.io protocol version 1.
No description provided by the author
add a BINARY_EVENT packet type after the ERROR packet type.
No description provided by the author
The packet type codes available in the socket.io protocol version 1.
The packet type codes available in the socket.io protocol version 1.
All of the errors that can happen while reading or writing socket.io packets.
No description provided by the author
No description provided by the author
All of the errors that can happen while reading or writing socket.io packets.
No description provided by the author
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
The packet type codes available in the socket.io protocol version 1.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
All of the errors that can happen while reading or writing socket.io packets.
The packet type codes available in the socket.io protocol version 1.

# Structs

A PacketError holds buffered data that can be used in the event of an error.
PacketV1 embeds a base packet and will convert the SocketIO version 1 values.
PacketV2 embeds a base packet and will convert the SocketIO version 2 values.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Packet is the interface for objects that can be passed around as socket.io packets.

# Type aliases

NewPacket provides an external type for a Packet factory function.
Option is a type that is used for configuring an existing Packet types with data.