Documentation
¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker interface {
// Exec requests that the given docker command be executed, possibly with additional args.
Exec(command string, cmdArgs ...string) error
}
Docker abstracts away interaction via a docker client.
func DryRunDocker ¶
func DryRunDocker() Docker
func RealDocker ¶
func RealDocker() Docker
type MockDocker ¶
MockDocker is an autogenerated mock type for the Docker type
Click to show internal directories.
Click to hide internal directories.