package
12.2.11
Repository: https://github.com/kataras/iris.git
Documentation: pkg.go.dev

# Functions

New creates and returns a new BoltDB(file-based) storage instance based on the "path".
NewFromDB same as `New` but accepts an already-created custom boltdb connection instead.

# Variables

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 the BoltDB(file-based) session storage.