Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadgerSessionStore ¶
type BadgerSessionStore struct {
// contains filtered or unexported fields
}
func NewSessionStore ¶
func NewSessionStore(filePath string, opts ...badgerOption) (*BadgerSessionStore, error)
func (BadgerSessionStore) Get ¶
func (s BadgerSessionStore) Get(_ context.Context, key ports.SessionKey) (value []byte, err error)
func (BadgerSessionStore) Set ¶
func (s BadgerSessionStore) Set(_ context.Context, key ports.SessionKey, value []byte) error
type WithInMemory ¶
type WithInMemory bool
Click to show internal directories.
Click to hide internal directories.