Documentation
¶
Overview ¶
Package boltdb provides a persistent credentials.ClientCredStore that keeps data in a file.
Index ¶
Constants ¶
View Source
const (
// All package errors are wrapping Error
Error = errorFlag("boltdb: error")
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(dbpath string) (credentials.ClientCredStore, error)
New returns a ClientCredStore implementation that persists Cards in a single file boltdb database. It errors if the database schema can not be created.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.