Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStorage ¶
type MemoryStorage map[string]interface{}
MemoryStorage is the in memory storage implementation
func (*MemoryStorage) Get ¶
func (s *MemoryStorage) Get(key string) (interface{}, error)
Get returns value from key
func (*MemoryStorage) Set ¶
func (s *MemoryStorage) Set(key string, val interface{}) error
Set saves the key and value
Click to show internal directories.
Click to hide internal directories.