Documentation ¶
Index ¶
- func CloseRSub(s *RSub) error
- type RSub
- func (s *RSub) AddOfflineMsgID(clientid, msgid string) (err error)
- func (s *RSub) ClearSub(clientid string) (err error)
- func (s *RSub) GetOfflineMsgID(clientid string) (msgids []string, err error)
- func (s *RSub) GetSubByTopic(topic string) (subs []Sub, err error)
- func (s *RSub) RemoveOfflineMsgID(clientid, msgid string) (err error)
- func (s *RSub) Sub(account, clientid string, topics []*PPMQSubscribe.TopicInfo) (err error)
- func (s *RSub) UnSub(clientid string, topics []string) (err error)
- type Sub
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RSub ¶
type RSub struct {
// contains filtered or unexported fields
}
func (*RSub) AddOfflineMsgID ¶
AddOfflineMsgID .
func (*RSub) GetOfflineMsgID ¶
GetOfflineMsgID .
func (*RSub) GetSubByTopic ¶
GetSubByTopic .
func (*RSub) RemoveOfflineMsgID ¶
RemoveOfflineMsgID .
Click to show internal directories.
Click to hide internal directories.