Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageReply ¶
type MessageRequest ¶
type MessageTimeout ¶
type MessageTimeout struct {
Secs uint64 `am:"secs"`
}
type StatMgr ¶
type StatMgr struct {
// contains filtered or unexported fields
}
func NewStatMgr ¶
func NewStatMgr() *StatMgr
func (*StatMgr) IncCounter ¶
func (s *StatMgr) IncCounter()
func (*StatMgr) ListClients ¶
func (*StatMgr) OnDisconnect ¶
func (*StatMgr) Unsubscribe ¶
type SubWhoElseEvent ¶
type SubWhoElseEvent struct{}
type WhoElseEvent ¶
type WhoElseEvent struct {
Addr string `am:"addr"`
}
type WhoElseReply ¶
type WhoElseReply struct {
Clients string `am:"clients"`
}
Click to show internal directories.
Click to hide internal directories.