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

# Functions

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

# Variables

DefaultFileMode used as the default database's "fileMode" for creating the sessions directory path, opening and write the session file.

# Structs

Database the badger(key-value file-based) session storage.