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