Documentation ¶
Index ¶
- type State
- func (s *State) CreateRetainMessageID(topic, messageID string) error
- func (s *State) CreateTopicWillMessageID(topic, messageID, clientID string) error
- func (s *State) DeleteRetainMessageID(topic string) error
- func (s *State) DeleteTopicWillMessageID(topic, messageID string) error
- func (s *State) ReadRetainMessageID(topic string) ([]string, error)
- func (s *State) ReadTopicWillMessageID(topic string) (map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
func NewState ¶
func NewState(store broker.KeyValueStore) *State
func (*State) CreateRetainMessageID ¶
func (*State) CreateTopicWillMessageID ¶
func (*State) DeleteRetainMessageID ¶
func (*State) DeleteTopicWillMessageID ¶
func (*State) ReadRetainMessageID ¶
Click to show internal directories.
Click to hide internal directories.