Documentation ¶
Index ¶
- func Initialize()
- type CBStore
- func (cs *CBStore) StoreDelList(key string) error
- func (cs *CBStore) StoreDelete(key string) error
- func (cs *CBStore) StoreGet(key string) (*string, error)
- func (cs *CBStore) StoreGetListArray(key string, sortAscend bool) ([]string, error)
- func (cs *CBStore) StoreGetListMap(key string, sortAscend bool) (map[string]string, error)
- func (cs *CBStore) StoreGetNodeValue(key string, depth int) string
- func (cs *CBStore) StoreGetToInt(key string) int
- func (cs *CBStore) StoreGetToString(key string) string
- func (cs *CBStore) StorePut(key string, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize()
Types ¶
type CBStore ¶
func GetInstance ¶
func GetInstance() *CBStore
func (*CBStore) StoreDelList ¶
func (*CBStore) StoreDelete ¶
func (*CBStore) StoreGetListArray ¶
func (*CBStore) StoreGetListMap ¶
func (*CBStore) StoreGetNodeValue ¶
func (*CBStore) StoreGetToInt ¶
func (*CBStore) StoreGetToString ¶
Click to show internal directories.
Click to hide internal directories.