testing

package
v1.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2026 License: MIT Imports: 1 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Docker

type Docker interface {
	// Cache gets a cache connection instance.
	Cache(store ...string) (docker.CacheDriver, error)
	// Database gets a database connection instance.
	Database(connection ...string) (docker.Database, error)
	// Image gets a image instance.
	Image(image docker.Image) docker.ImageDriver
}

type Testing

type Testing interface {
	// Docker get the Docker instance.
	Docker() Docker
}

type TestingT added in v1.17.0

type TestingT interface {
	Errorf(format string, args ...any)
	FailNow()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL