Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkpoint ¶
type Checkpoint struct {
// contains filtered or unexported fields
}
Checkpoint implements a KV store to keep track of processing checkpoints.
func NewCheckpoint ¶
func NewCheckpoint(redis *redis.Client) Checkpoint
NewCheckpoint creates a new checkpoint storage.
Click to show internal directories.
Click to hide internal directories.