Documentation
¶
Overview ¶
Package buntstore is a buntdb based session store for the SCS session package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuntStore ¶
type BuntStore struct {
// contains filtered or unexported fields
}
BuntStore is a SCS session store backed by a buntdb file.
func (*BuntStore) Delete ¶
Delete removes session token and corresponding data.
func (*BuntStore) Find ¶
Find returns the data for a session token. If the session token is not found or is expired, the exists flag will be false.
Source Files
¶
- buntstore.go
Click to show internal directories.
Click to hide internal directories.