docker

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2018 License: Apache-2.0, Apache-2.0 Imports: 5 Imported by: 0

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

type MockDocker struct {
	mock.Mock
}

MockDocker is an autogenerated mock type for the Docker type

func (*MockDocker) Exec

func (_m *MockDocker) Exec(command string, cmdArgs ...string) error

Exec provides a mock function with given fields: command, cmdArgs

Jump to

Keyboard shortcuts

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