Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemStore ¶
type MemStore struct {
sync.Mutex
// contains filtered or unexported fields
}
MemStore is an implementation of CheckpointStore interface which stores checkpoint in memory.
func (*MemStore) Delete ¶
func (mstore *MemStore) Delete(key string) error
Delete deletes data from the store
func (*MemStore) List ¶
func (mstore *MemStore) List() ([]string, error)
List returns all the keys from the store
Click to show internal directories.
Click to hide internal directories.