package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Aug 22, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package buntstore is a buntdb based session store for the SCS session package.
type BuntStore struct {
}
BuntStore is a SCS session store backed by a buntdb file.
New creates a BuntStore instance.
Delete removes session token and corresponding data.
Find returns the data for a session token.
If the session token is not found or is expired,
the exists flag will be false.
Save updates data for a given session token with a given expiry.
Any existing data + expiry will be over-written.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.