Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SnapshotterSuite ¶
func SnapshotterSuite(t *testing.T, name string, snapshotterFn SnapshotterFunc)
SnapshotterSuite runs a test suite on the snapshotter given a factory function.
Types ¶
type SnapshotterFunc ¶ added in v1.4.0
type SnapshotterFunc func(ctx context.Context, root string) (snapshots.Snapshotter, func() error, error)
SnapshotterFunc is used in SnapshotterSuite
Click to show internal directories.
Click to hide internal directories.