testing

package
v1.16.5 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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