Documentation
¶
Index ¶
Constants ¶
View Source
const ( MsgTypeError = "error" MsgTypeOk = "ok" MsgTypeEcho = "echo" MsgTypeAuth = "auth" MsgTypeToken = "token" MsgTypeJoin = "join" MsgTypeJoined = "joined" MsgTypeChanIn = "chan_in" MsgTypeChanOut = "chan_out" MsgTypeDBCreated = "db_created" MsgTypeDBUpdated = "db_updated" MsgTypeDBDeleted = "db_deleted" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.