Documentation ¶
Index ¶
- type Store
- func (s *Store) Get(clientID string) (*gmqtt.Session, error)
- func (s *Store) GetAll() ([]*gmqtt.Session, error)
- func (s *Store) Iterate(fn session.IterateFn) error
- func (s *Store) Remove(clientID string) error
- func (s *Store) Set(session *gmqtt.Session) error
- func (s *Store) SetSessionExpiry(clientID string, expiry uint32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.