Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( XXtopic_register = "my.micro.topic.user.register" XXtopic_login = "my.micro.topic.user.login" XXtopic_lock = "my.micro.topic.user.lock" )
Functions ¶
func StartBroker ¶
Types ¶
type UserMessage ¶
type UserMessage struct { Id int // 用户注册 用户登陆 用户锁定 ActionName string Msgtext string Timestamp int64 }
func (*UserMessage) Action ¶
func (receiver *UserMessage) Action(action string, msg string)
func (*UserMessage) Tojson ¶
func (receiver *UserMessage) Tojson() []byte
Click to show internal directories.
Click to hide internal directories.