package
Version:
v4.4.7
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package securecookie provides tools for using Bolt as a standard persistence layer for services
NewDAO creates a new handler for the boltdb dao
type DAO interface {
IsCookie()
dao.DAO
}
DAO defines the functions specific to the boltdb dao
type Handler struct {
dao.DAO
}
Handler for the main functions of the DAO
func (*Handler) Init ¶
Init initialises the handler
LocalAccess overrides DAO
Source Files
¶
Click to show internal directories.
Click to hide internal directories.