//
pkg.gl
Category
github.com/clambin/traefik-simple-auth
internal
sessions
package
0.9.2
Repository:
https://github.com/clambin/traefik-simple-auth.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
2
Files
165 SLOC
#
Functions
New
New returns an empty Sessions store.
#
Variables
ErrInvalidCookie
No description provided by the author
ErrInvalidMAC
No description provided by the author
ErrSessionExpired
No description provided by the author
#
Structs
Session
Session represents one session in the Sessions store, identified by its Key.
Sessions
Sessions maintains a list of user sessions.