mock_mon

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mock_mon is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDockerAPI

type MockDockerAPI struct {
	// contains filtered or unexported fields
}

MockDockerAPI is a mock of DockerAPI interface

func NewMockDockerAPI

func NewMockDockerAPI(ctrl *gomock.Controller) *MockDockerAPI

NewMockDockerAPI creates a new mock instance

func (*MockDockerAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDockerAPI) ExecuteListQuery

func (m *MockDockerAPI) ExecuteListQuery(arg0 []string) ([]types.Container, error)

ExecuteListQuery mocks base method

func (*MockDockerAPI) Inspect

func (m *MockDockerAPI) Inspect(arg0 types.Container) (types.ContainerJSON, error)

Inspect mocks base method

func (*MockDockerAPI) Remove

func (m *MockDockerAPI) Remove(arg0 types.Container) error

Remove mocks base method

func (*MockDockerAPI) Restart

func (m *MockDockerAPI) Restart(arg0 int64, arg1 types.Container) error

Restart mocks base method

type MockDockerAPIMockRecorder

type MockDockerAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockDockerAPIMockRecorder is the mock recorder for MockDockerAPI

func (*MockDockerAPIMockRecorder) ExecuteListQuery

func (mr *MockDockerAPIMockRecorder) ExecuteListQuery(arg0 interface{}) *gomock.Call

ExecuteListQuery indicates an expected call of ExecuteListQuery

func (*MockDockerAPIMockRecorder) Inspect

func (mr *MockDockerAPIMockRecorder) Inspect(arg0 interface{}) *gomock.Call

Inspect indicates an expected call of Inspect

func (*MockDockerAPIMockRecorder) Remove

func (mr *MockDockerAPIMockRecorder) Remove(arg0 interface{}) *gomock.Call

Remove indicates an expected call of Remove

func (*MockDockerAPIMockRecorder) Restart

func (mr *MockDockerAPIMockRecorder) Restart(arg0, arg1 interface{}) *gomock.Call

Restart indicates an expected call of Restart

Jump to

Keyboard shortcuts

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