package
Version:
v0.0.0-...-646d846
Opens a new window with list of versions in this module.
Published: Dec 20, 2022
License: Unlicense
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package session manages sessions in Redis.
Service is the session service, which manages sessions in Redis.
Get fetches an existing session by token, if it exists or hasn't expired.
New creates and persists a new session.
type Session struct {
AccountID int64
}
Session stores session data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.