Documentation
¶
Index ¶
- type DataStore
- func (s *DataStore) Delete(key string) error
- func (s *DataStore) FlushAll() error
- func (s *DataStore) Get(key string) (interface{}, error)
- func (s *DataStore) GetAll() map[string]interface{}
- func (s *DataStore) Set(key string, value interface{}) error
- func (s *DataStore) Update(key string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStore ¶
func NewDataStore ¶
func NewDataStore() *DataStore
Click to show internal directories.
Click to hide internal directories.