Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStore ¶
func NewMemoryStore ¶
func NewMemoryStore() *MemoryStore
func (*MemoryStore) Delete ¶
func (m *MemoryStore) Delete(key string)
func (*MemoryStore) ForEach ¶
func (m *MemoryStore) ForEach(callback func(key string, value []byte))
func (*MemoryStore) Insert ¶
func (m *MemoryStore) Insert(key string, value []byte)
Click to show internal directories.
Click to hide internal directories.