Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "integration"
Variables ¶
This section is empty.
Functions ¶
func WithDriver ¶
func WithDriver(driver storagedriver.StorageDriver) testframework.RegistryOption
Types ¶
type WaitableDriver ¶
type WaitableDriver interface { storagedriver.StorageDriver WaitFor(ctx context.Context, paths ...string) error }
func NewWaitableDriver ¶
func NewWaitableDriver(sd storagedriver.StorageDriver) WaitableDriver
Click to show internal directories.
Click to hide internal directories.