Documentation
¶
Index ¶
- type Store
- func (s *Store) Get(clientID string) (*entities.Session, error)
- func (s *Store) GetAll() ([]*entities.Session, error)
- func (s *Store) Iterate(fn session.IterateFn) error
- func (s *Store) Remove(clientID string) error
- func (s *Store) Set(session *entities.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 ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is the memory store type
Click to show internal directories.
Click to hide internal directories.