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 NewMemStore ¶
func NewMemStore() *MemStore
Click to show internal directories.
Click to hide internal directories.