Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorParamEmpty liberr.CodeError = iota + liberr.MinPkgDatabaseKVMap ErrorBadInstance ErrorGetFunction ErrorSetFunction ErrorDelFunction ErrorListFunction ErrorFunctionParams )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FuncDel ¶ added in v1.13.1
type FuncDel[K comparable] func(key K) error
type FuncGet ¶
type FuncGet[K comparable, MK comparable] func(key K) (map[MK]any, error)
type FuncList ¶
type FuncList[K comparable, MK comparable] func() ([]K, error)
type FuncSet ¶
type FuncSet[K comparable, MK comparable] func(key K, model map[MK]any) error
Click to show internal directories.
Click to hide internal directories.