Documentation
¶
Index ¶
Constants ¶
View Source
const ( CmdPublish = "publish" CmdSubscribe = "subscribe" CmdUnsubscribe = "unsubscribe" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { OnClientMsgRecv OnClientMsgRecv // contains filtered or unexported fields }
Client 客户端
func (*Client) SetOnMsgRecv ¶
func (c *Client) SetOnMsgRecv(handler OnClientMsgRecv) *Client
func (*Client) Unsubscribe ¶
Unsubscribe 客户端取消订阅主题
type MatchTopicFunc ¶
MatchTopicFunc topic匹配函数
type Server ¶
type Server struct { MatchTopicFunc MatchTopicFunc // contains filtered or unexported fields }
Server 服务端
func (*Server) SetMatchTopicFunc ¶
func (s *Server) SetMatchTopicFunc(match MatchTopicFunc) *Server
SetMatchTopicFunc 设置topic匹配函数。可以定制
Click to show internal directories.
Click to hide internal directories.