Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagJson = 1 << 0 FlagVolatile = 1 << 1 FlagLocal = 1 << 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func NewAdapter ¶
func (*Adapter) GetClientsIn ¶
func (*Adapter) GetRoomsOf ¶
type Namespace ¶
type Namespace struct { OnConnect NamespaceMiddleware // contains filtered or unexported fields }
func NewNamespace ¶
type NamespaceMiddleware ¶
type NamespaceMiddleware func(socket *Socket, next NamespaceMiddleware) NamespaceMiddleware
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) HandleConnection ¶
type ServerOptions ¶
type ServerOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.