mocks

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockAPICallCloser

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

MockAPICallCloser is a mock of APICallCloser interface

func NewMockAPICallCloser

func NewMockAPICallCloser(ctrl *gomock.Controller) *MockAPICallCloser

NewMockAPICallCloser creates a new mock instance

func (*MockAPICallCloser) APICall

func (m *MockAPICallCloser) APICall(arg0 string, arg1 int, arg2, arg3 string, arg4, arg5 interface{}) error

APICall mocks base method

func (*MockAPICallCloser) BakeryClient

func (m *MockAPICallCloser) BakeryClient() *httpbakery.Client

BakeryClient mocks base method

func (*MockAPICallCloser) BestFacadeVersion

func (m *MockAPICallCloser) BestFacadeVersion(arg0 string) int

BestFacadeVersion mocks base method

func (*MockAPICallCloser) Close

func (m *MockAPICallCloser) Close() error

Close mocks base method

func (*MockAPICallCloser) ConnectControllerStream

func (m *MockAPICallCloser) ConnectControllerStream(arg0 string, arg1 url.Values, arg2 http.Header) (base.Stream, error)

ConnectControllerStream mocks base method

func (*MockAPICallCloser) ConnectStream

func (m *MockAPICallCloser) ConnectStream(arg0 string, arg1 url.Values) (base.Stream, error)

ConnectStream mocks base method

func (*MockAPICallCloser) EXPECT

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

func (*MockAPICallCloser) HTTPClient

func (m *MockAPICallCloser) HTTPClient() (*httprequest.Client, error)

HTTPClient mocks base method

func (*MockAPICallCloser) ModelTag

func (m *MockAPICallCloser) ModelTag() (names_v2.ModelTag, bool)

ModelTag mocks base method

type MockAPICallCloserMockRecorder

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

MockAPICallCloserMockRecorder is the mock recorder for MockAPICallCloser

func (*MockAPICallCloserMockRecorder) APICall

func (mr *MockAPICallCloserMockRecorder) APICall(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

APICall indicates an expected call of APICall

func (*MockAPICallCloserMockRecorder) BakeryClient

func (mr *MockAPICallCloserMockRecorder) BakeryClient() *gomock.Call

BakeryClient indicates an expected call of BakeryClient

func (*MockAPICallCloserMockRecorder) BestFacadeVersion

func (mr *MockAPICallCloserMockRecorder) BestFacadeVersion(arg0 interface{}) *gomock.Call

BestFacadeVersion indicates an expected call of BestFacadeVersion

func (*MockAPICallCloserMockRecorder) Close

Close indicates an expected call of Close

func (*MockAPICallCloserMockRecorder) ConnectControllerStream

func (mr *MockAPICallCloserMockRecorder) ConnectControllerStream(arg0, arg1, arg2 interface{}) *gomock.Call

ConnectControllerStream indicates an expected call of ConnectControllerStream

func (*MockAPICallCloserMockRecorder) ConnectStream

func (mr *MockAPICallCloserMockRecorder) ConnectStream(arg0, arg1 interface{}) *gomock.Call

ConnectStream indicates an expected call of ConnectStream

func (*MockAPICallCloserMockRecorder) HTTPClient

func (mr *MockAPICallCloserMockRecorder) HTTPClient() *gomock.Call

HTTPClient indicates an expected call of HTTPClient

func (*MockAPICallCloserMockRecorder) ModelTag

func (mr *MockAPICallCloserMockRecorder) ModelTag() *gomock.Call

ModelTag indicates an expected call of ModelTag

type MockAPICaller

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

MockAPICaller is a mock of APICaller interface

func NewMockAPICaller

func NewMockAPICaller(ctrl *gomock.Controller) *MockAPICaller

NewMockAPICaller creates a new mock instance

func (*MockAPICaller) APICall

func (m *MockAPICaller) APICall(arg0 string, arg1 int, arg2, arg3 string, arg4, arg5 interface{}) error

APICall mocks base method

func (*MockAPICaller) BakeryClient

func (m *MockAPICaller) BakeryClient() *httpbakery.Client

BakeryClient mocks base method

func (*MockAPICaller) BestFacadeVersion

func (m *MockAPICaller) BestFacadeVersion(arg0 string) int

BestFacadeVersion mocks base method

func (*MockAPICaller) ConnectControllerStream

func (m *MockAPICaller) ConnectControllerStream(arg0 string, arg1 url.Values, arg2 http.Header) (base.Stream, error)

ConnectControllerStream mocks base method

func (*MockAPICaller) ConnectStream

func (m *MockAPICaller) ConnectStream(arg0 string, arg1 url.Values) (base.Stream, error)

ConnectStream mocks base method

func (*MockAPICaller) EXPECT

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

func (*MockAPICaller) HTTPClient

func (m *MockAPICaller) HTTPClient() (*httprequest.Client, error)

HTTPClient mocks base method

func (*MockAPICaller) ModelTag

func (m *MockAPICaller) ModelTag() (names_v2.ModelTag, bool)

ModelTag mocks base method

type MockAPICallerMockRecorder

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

MockAPICallerMockRecorder is the mock recorder for MockAPICaller

func (*MockAPICallerMockRecorder) APICall

func (mr *MockAPICallerMockRecorder) APICall(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

APICall indicates an expected call of APICall

func (*MockAPICallerMockRecorder) BakeryClient

func (mr *MockAPICallerMockRecorder) BakeryClient() *gomock.Call

BakeryClient indicates an expected call of BakeryClient

func (*MockAPICallerMockRecorder) BestFacadeVersion

func (mr *MockAPICallerMockRecorder) BestFacadeVersion(arg0 interface{}) *gomock.Call

BestFacadeVersion indicates an expected call of BestFacadeVersion

func (*MockAPICallerMockRecorder) ConnectControllerStream

func (mr *MockAPICallerMockRecorder) ConnectControllerStream(arg0, arg1, arg2 interface{}) *gomock.Call

ConnectControllerStream indicates an expected call of ConnectControllerStream

func (*MockAPICallerMockRecorder) ConnectStream

func (mr *MockAPICallerMockRecorder) ConnectStream(arg0, arg1 interface{}) *gomock.Call

ConnectStream indicates an expected call of ConnectStream

func (*MockAPICallerMockRecorder) HTTPClient

func (mr *MockAPICallerMockRecorder) HTTPClient() *gomock.Call

HTTPClient indicates an expected call of HTTPClient

func (*MockAPICallerMockRecorder) ModelTag

func (mr *MockAPICallerMockRecorder) ModelTag() *gomock.Call

ModelTag indicates an expected call of ModelTag

type MockClientFacade

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

MockClientFacade is a mock of ClientFacade interface

func NewMockClientFacade

func NewMockClientFacade(ctrl *gomock.Controller) *MockClientFacade

NewMockClientFacade creates a new mock instance

func (*MockClientFacade) BestAPIVersion

func (m *MockClientFacade) BestAPIVersion() int

BestAPIVersion mocks base method

func (*MockClientFacade) Close

func (m *MockClientFacade) Close() error

Close mocks base method

func (*MockClientFacade) EXPECT

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

type MockClientFacadeMockRecorder

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

MockClientFacadeMockRecorder is the mock recorder for MockClientFacade

func (*MockClientFacadeMockRecorder) BestAPIVersion

func (mr *MockClientFacadeMockRecorder) BestAPIVersion() *gomock.Call

BestAPIVersion indicates an expected call of BestAPIVersion

func (*MockClientFacadeMockRecorder) Close

Close indicates an expected call of Close

type MockFacadeCaller

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

MockFacadeCaller is a mock of FacadeCaller interface

func NewMockFacadeCaller

func NewMockFacadeCaller(ctrl *gomock.Controller) *MockFacadeCaller

NewMockFacadeCaller creates a new mock instance

func (*MockFacadeCaller) BestAPIVersion

func (m *MockFacadeCaller) BestAPIVersion() int

BestAPIVersion mocks base method

func (*MockFacadeCaller) EXPECT

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

func (*MockFacadeCaller) FacadeCall

func (m *MockFacadeCaller) FacadeCall(arg0 string, arg1, arg2 interface{}) error

FacadeCall mocks base method

func (*MockFacadeCaller) Name

func (m *MockFacadeCaller) Name() string

Name mocks base method

func (*MockFacadeCaller) RawAPICaller

func (m *MockFacadeCaller) RawAPICaller() base.APICaller

RawAPICaller mocks base method

type MockFacadeCallerMockRecorder

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

MockFacadeCallerMockRecorder is the mock recorder for MockFacadeCaller

func (*MockFacadeCallerMockRecorder) BestAPIVersion

func (mr *MockFacadeCallerMockRecorder) BestAPIVersion() *gomock.Call

BestAPIVersion indicates an expected call of BestAPIVersion

func (*MockFacadeCallerMockRecorder) FacadeCall

func (mr *MockFacadeCallerMockRecorder) FacadeCall(arg0, arg1, arg2 interface{}) *gomock.Call

FacadeCall indicates an expected call of FacadeCall

func (*MockFacadeCallerMockRecorder) Name

Name indicates an expected call of Name

func (*MockFacadeCallerMockRecorder) RawAPICaller

func (mr *MockFacadeCallerMockRecorder) RawAPICaller() *gomock.Call

RawAPICaller indicates an expected call of RawAPICaller

Jump to

Keyboard shortcuts

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