package
0.0.0-20240110034047-c46648fcfb86
Repository: https://github.com/shitingbao/socket.io_go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Client constructor.
No description provided by the author
A Namespace is a communication channel that allows you to split the logic of your application over a single shared connection.
A parent namespace is a special {@link Namespace} that holds a list of child namespaces which were created either with a regular expression or with a function.
No description provided by the author
Represents a Socket.IO server.
This is the main object for interacting with a client.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Strictly typed version of an `EventEmitter`.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

A private ID, sent by the server at the beginning of the Socket.IO session and used for connection state recovery upon reconnection.
we could extend the Room type to "string | number", but that would be a breaking change Related: https://github.com/socketio/socket.io-redis-adapter/issues/418.
A public ID, sent by the server at the beginning of the Socket.IO session and which can be used for private messaging.