mock

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterface

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

MockInterface is a mock of Interface interface

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance

func (*MockInterface) EXPECT

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

func (*MockInterface) Export

func (m *MockInterface) Export(refStr, dst string) error

Export mocks base method

func (*MockInterface) Login

func (m *MockInterface) Login(hostname, username, password string, insecureOpt bool) error

Login mocks base method

func (*MockInterface) Models added in v0.0.11

func (m *MockInterface) Models() error

Models mocks base method

func (*MockInterface) Pull

func (m *MockInterface) Pull(refStr string) error

Pull mocks base method

func (*MockInterface) Push

func (m *MockInterface) Push(refStr string) error

Push mocks base method

func (*MockInterface) Remove

func (m *MockInterface) Remove(refStr string) error

Remove mocks base method

func (*MockInterface) Save

func (m *MockInterface) Save(src, refStr string) error

Save mocks base method

func (*MockInterface) Tag

func (m *MockInterface) Tag(refStr, targetStr string) error

Tag mocks base method

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface

func (*MockInterfaceMockRecorder) Export

func (mr *MockInterfaceMockRecorder) Export(refStr, dst interface{}) *gomock.Call

Export indicates an expected call of Export

func (*MockInterfaceMockRecorder) Login

func (mr *MockInterfaceMockRecorder) Login(hostname, username, password, insecureOpt interface{}) *gomock.Call

Login indicates an expected call of Login

func (*MockInterfaceMockRecorder) Models added in v0.0.11

func (mr *MockInterfaceMockRecorder) Models() *gomock.Call

Models indicates an expected call of Models

func (*MockInterfaceMockRecorder) Pull

func (mr *MockInterfaceMockRecorder) Pull(refStr interface{}) *gomock.Call

Pull indicates an expected call of Pull

func (*MockInterfaceMockRecorder) Push

func (mr *MockInterfaceMockRecorder) Push(refStr interface{}) *gomock.Call

Push indicates an expected call of Push

func (*MockInterfaceMockRecorder) Remove

func (mr *MockInterfaceMockRecorder) Remove(refStr interface{}) *gomock.Call

Remove indicates an expected call of Remove

func (*MockInterfaceMockRecorder) Save

func (mr *MockInterfaceMockRecorder) Save(src, refStr interface{}) *gomock.Call

Save indicates an expected call of Save

func (*MockInterfaceMockRecorder) Tag

func (mr *MockInterfaceMockRecorder) Tag(refStr, targetStr interface{}) *gomock.Call

Tag indicates an expected call of Tag

Jump to

Keyboard shortcuts

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