Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
func NewMemory ¶
func NewMemory(store gokv.Store, options ...Option) (*MemoryStore, error)
NewMemory is MemoryStore struct constructor
func (MemoryStore) Close ¶
func (m MemoryStore) Close() error
func (MemoryStore) Keys ¶
func (m MemoryStore) Keys() ([]string, error)
Click to show internal directories.
Click to hide internal directories.