database

package
v1.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2023 License: MIT Imports: 11 Imported by: 1

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)

type ISettings

type ISettings interface {
	GetPath() string
	GetHashing() bool
	GetSaltKey() []byte
	GetCipherKey() []byte
}

func NewSettings

func NewSettings(pSett *SSettings) ISettings

type SSettings

type SSettings sSettings

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL