Documentation ¶ Index ¶ type MemStore func NewMemStore(name string) *MemStore func (ms *MemStore) Delete(key string) error func (ms *MemStore) Get(key string) ([]byte, error) func (ms *MemStore) Name() string func (ms *MemStore) Put(key string, value []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MemStore ¶ type MemStore struct { // contains filtered or unexported fields } func NewMemStore ¶ func NewMemStore(name string) *MemStore func (*MemStore) Delete ¶ func (ms *MemStore) Delete(key string) error func (*MemStore) Get ¶ func (ms *MemStore) Get(key string) ([]byte, error) func (*MemStore) Name ¶ func (ms *MemStore) Name() string func (*MemStore) Put ¶ func (ms *MemStore) Put(key string, value []byte) error Source Files ¶ View all Source files mem.go Click to show internal directories. Click to hide internal directories.