Documentation ¶
Overview ¶
Package keydb implements a DB-based keypool storage backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrClosed is returned if trying to work with a closed DB connection ErrClosed = errors.New("spendbook: DB is closed") )
Functions ¶
Types ¶
type KeyDB ¶
KeyDB contains a key storage in sql database
func NewFromURL ¶
NewFromURL returns a KeyDB from a URL
Click to show internal directories.
Click to hide internal directories.