Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEBUG string = "DEBUG" INFO string = "INFO" WARNING string = "WARN" ERROR string = "ERROR" FATAL string = "FATAL" )
Log levels
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the socket.io abstraction for Minimal Chat
type SocketMessage ¶
type SocketMessage struct {
// contains filtered or unexported fields
}
type SocketType ¶
type SocketType string
const ( OPERATOR SocketType = "operator" CLIENT SocketType = "client" )
Socket Type enum
Click to show internal directories.
Click to hide internal directories.