Documentation
¶
Overview ¶
Package checker defines the framework for creating and restoring snapshots with a data integrity check
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparer ¶
type Comparer interface {
Gather(ctx context.Context, path string) ([]byte, error)
Compare(ctx context.Context, path string, data []byte, reportOut io.Writer) error
}
Comparer describes an interface that gathers state data on a provided path, and compares that data to the state on another path.
Click to show internal directories.
Click to hide internal directories.