Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegWithOptions ¶
func RegWithOptions(opts *BoltOptions, args ...string)
Types ¶
type BoltOptions ¶
type BoltOptions struct { File string `json:"file"` KeyPairs [][]byte `json:"keyPairs"` BucketName string `json:"bucketName"` SessionOptions *echo.SessionOptions `json:"session"` }
type BoltStore ¶
func New ¶
func New(opts *BoltOptions) BoltStore
func NewBoltStore ¶
func NewBoltStore(opts *BoltOptions) (BoltStore, error)
NewBoltStore ./sessions.db
Click to show internal directories.
Click to hide internal directories.