Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKeyValueDB ¶
type IKeyValueDB interface { storage.IKeyValueStorage types.ICloser GetSettings() ISettings }
func NewSQLiteDB ¶ added in v1.5.8
func NewSQLiteDB(pSett ISettings) (IKeyValueDB, error)
Click to show internal directories.
Click to hide internal directories.