Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotGenerator ¶
type SnapshotRecorder ¶
type SnapshotRecorder struct {
// contains filtered or unexported fields
}
SnapshotRecorder is a decorator around a snapshot generator that will record the snapshot request status.
func NewSnapshotRecorder ¶
func NewSnapshotRecorder(store snapshotstore.Store, generator SnapshotGenerator, repeatableSnapshots bool) *SnapshotRecorder
NewSnapshotRecorder will return the generator on input wrapped with an activity recorder that will keep track of the status of the snapshot requests.
func (*SnapshotRecorder) Close ¶
func (s *SnapshotRecorder) Close() error
func (*SnapshotRecorder) CreateSnapshot ¶
Click to show internal directories.
Click to hide internal directories.