cbstore

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Initialize

func Initialize()

Types

type CBStore

type CBStore struct {
	Store icbs.Store
}

func GetInstance

func GetInstance() *CBStore

func (*CBStore) StoreDelList

func (cs *CBStore) StoreDelList(key string) error

func (*CBStore) StoreDelete

func (cs *CBStore) StoreDelete(key string) error

func (*CBStore) StoreGet

func (cs *CBStore) StoreGet(key string) (*string, error)

func (*CBStore) StoreGetListArray

func (cs *CBStore) StoreGetListArray(key string, sortAscend bool) ([]string, error)

func (*CBStore) StoreGetListMap

func (cs *CBStore) StoreGetListMap(key string, sortAscend bool) (map[string]string, error)

func (*CBStore) StoreGetNodeValue

func (cs *CBStore) StoreGetNodeValue(key string, depth int) string

func (*CBStore) StoreGetToInt

func (cs *CBStore) StoreGetToInt(key string) int

func (*CBStore) StoreGetToString

func (cs *CBStore) StoreGetToString(key string) string

func (*CBStore) StorePut

func (cs *CBStore) StorePut(key string, value string) error

Jump to

Keyboard shortcuts

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