mocks

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCEImpl

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

MockCEImpl is a mock of CEImpl interface

func NewMockCEImpl

func NewMockCEImpl(ctrl *gomock.Controller) *MockCEImpl

NewMockCEImpl creates a new mock instance

func (*MockCEImpl) Create

Create mocks base method

func (*MockCEImpl) EXPECT

func (m *MockCEImpl) EXPECT() *MockCEImplMockRecorder

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

func (*MockCEImpl) ImagePull

func (m *MockCEImpl) ImagePull(image string) error

ImagePull mocks base method

func (*MockCEImpl) Logs

func (m *MockCEImpl) Logs(id string) (io.ReadCloser, error)

Logs mocks base method

func (*MockCEImpl) Remove

func (m *MockCEImpl) Remove(id string) error

Remove mocks base method

func (*MockCEImpl) Start

func (m *MockCEImpl) Start(id string) error

Start mocks base method

func (*MockCEImpl) Wait

func (m *MockCEImpl) Wait(id string, condition container.WaitCondition) (<-chan container.ContainerWaitOKBody, <-chan error)

Wait mocks base method

type MockCEImplMockRecorder

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

MockCEImplMockRecorder is the mock recorder for MockCEImpl

func (*MockCEImplMockRecorder) Create

func (mr *MockCEImplMockRecorder) Create(conf, hostConf, networkConf interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockCEImplMockRecorder) ImagePull

func (mr *MockCEImplMockRecorder) ImagePull(image interface{}) *gomock.Call

ImagePull indicates an expected call of ImagePull

func (*MockCEImplMockRecorder) Logs

func (mr *MockCEImplMockRecorder) Logs(id interface{}) *gomock.Call

Logs indicates an expected call of Logs

func (*MockCEImplMockRecorder) Remove

func (mr *MockCEImplMockRecorder) Remove(id interface{}) *gomock.Call

Remove indicates an expected call of Remove

func (*MockCEImplMockRecorder) Start

func (mr *MockCEImplMockRecorder) Start(id interface{}) *gomock.Call

Start indicates an expected call of Start

func (*MockCEImplMockRecorder) Wait

func (mr *MockCEImplMockRecorder) Wait(id, condition interface{}) *gomock.Call

Wait indicates an expected call of Wait

Jump to

Keyboard shortcuts

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