Documentation ¶
Index ¶
- Variables
- func Enum() (names []string)
- func Get(keyname string) ([]byte, error)
- func GetValue(keyName string, value interface{}) (err error)
- func GetValue2(keyName string, value interface{}) (cipher bool, err error)
- func Remove(keyName string) (e error)
- func Set(keyName string, value interface{}) error
- func SetValue2(keyName string, value interface{}, cipher bool) error
- func SetValueBuf(keyName string, buf []byte, cipher bool) error
- func SetValueJson(keyName string, value interface{}, cipher bool) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Path string
Path is localmem数据存储路径
Functions ¶
func SetValueJson ¶
SetValueJson ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.