Documentation ¶
Index ¶
- Variables
- type Memory
- func (m *Memory) Keys(path ...string) []string
- func (m *Memory) Perfix() string
- func (m *Memory) Read(key string, to interface{}) error
- func (m *Memory) Read2(key string, value *interface{}) error
- func (m *Memory) ReadAll(to interface{}) (err error)
- func (m *Memory) ReadAll2(values *[]interface{}) error
- func (m *Memory) Write(key string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPtrNeeded = errors.New("provided target must be a pointer to a valid variable")
ErrPtrNeeded ,,,
View Source
var SplitKeys = stores.SplitKeys
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.