//
pkg.gl
Category
github.com/kataras/iris/v12
sessions
sessiondb
boltdb
package
12.2.11
Repository:
https://github.com/kataras/iris.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
8
Dependents
1
Files
372 SLOC
#
Functions
New
New creates and returns a new BoltDB(file-based) storage instance based on the "path".
NewFromDB
NewFromDB same as `New` but accepts an already-created custom boltdb connection instead.
#
Variables
DefaultFileMode
DefaultFileMode used as the default database's "fileMode" for creating the sessions directory path, opening and write the session boltdb(file-based) storage.
#
Structs
Database
Database the BoltDB(file-based) session storage.