mock

package
v0.0.0-...-c6c43e1 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

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 MockBkApiClient

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

MockBkApiClient is a mock of BkApiClient interface.

func NewMockBkApiClient

func NewMockBkApiClient(ctrl *gomock.Controller) *MockBkApiClient

NewMockBkApiClient creates a new mock instance.

func (*MockBkApiClient) AddOperationOptions

func (m *MockBkApiClient) AddOperationOptions(opts ...define.OperationOption) error

AddOperationOptions mocks base method.

func (*MockBkApiClient) Apply

func (m *MockBkApiClient) Apply(opts ...define.BkApiClientOption) error

Apply mocks base method.

func (*MockBkApiClient) EXPECT

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

func (*MockBkApiClient) Name

func (m *MockBkApiClient) Name() string

Name mocks base method.

func (*MockBkApiClient) NewOperation

NewOperation mocks base method.

type MockBkApiClientMockRecorder

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

MockBkApiClientMockRecorder is the mock recorder for MockBkApiClient.

func (*MockBkApiClientMockRecorder) AddOperationOptions

func (mr *MockBkApiClientMockRecorder) AddOperationOptions(opts ...interface{}) *gomock.Call

AddOperationOptions indicates an expected call of AddOperationOptions.

func (*MockBkApiClientMockRecorder) Apply

func (mr *MockBkApiClientMockRecorder) Apply(opts ...interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockBkApiClientMockRecorder) Name

Name indicates an expected call of Name.

func (*MockBkApiClientMockRecorder) NewOperation

func (mr *MockBkApiClientMockRecorder) NewOperation(config interface{}, opts ...interface{}) *gomock.Call

NewOperation indicates an expected call of NewOperation.

type MockBkApiClientOption

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

MockBkApiClientOption is a mock of BkApiClientOption interface.

func NewMockBkApiClientOption

func NewMockBkApiClientOption(ctrl *gomock.Controller) *MockBkApiClientOption

NewMockBkApiClientOption creates a new mock instance.

func (*MockBkApiClientOption) ApplyToClient

func (m *MockBkApiClientOption) ApplyToClient(client define.BkApiClient) error

ApplyToClient mocks base method.

func (*MockBkApiClientOption) EXPECT

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

type MockBkApiClientOptionMockRecorder

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

MockBkApiClientOptionMockRecorder is the mock recorder for MockBkApiClientOption.

func (*MockBkApiClientOptionMockRecorder) ApplyToClient

func (mr *MockBkApiClientOptionMockRecorder) ApplyToClient(client interface{}) *gomock.Call

ApplyToClient indicates an expected call of ApplyToClient.

type MockBodyProvider

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

MockBodyProvider is a mock of BodyProvider interface.

func NewMockBodyProvider

func NewMockBodyProvider(ctrl *gomock.Controller) *MockBodyProvider

NewMockBodyProvider creates a new mock instance.

func (*MockBodyProvider) EXPECT

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

func (*MockBodyProvider) ProvideBody

func (m *MockBodyProvider) ProvideBody(operation define.Operation, data interface{}) error

ProvideBody mocks base method.

type MockBodyProviderMockRecorder

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

MockBodyProviderMockRecorder is the mock recorder for MockBodyProvider.

func (*MockBodyProviderMockRecorder) ProvideBody

func (mr *MockBodyProviderMockRecorder) ProvideBody(operation, data interface{}) *gomock.Call

ProvideBody indicates an expected call of ProvideBody.

type MockClientConfig

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

MockClientConfig is a mock of ClientConfig interface.

func NewMockClientConfig

func NewMockClientConfig(ctrl *gomock.Controller) *MockClientConfig

NewMockClientConfig creates a new mock instance.

func (*MockClientConfig) EXPECT

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

func (*MockClientConfig) GetAuthorizationHeaders

func (m *MockClientConfig) GetAuthorizationHeaders() map[string]string

GetAuthorizationHeaders mocks base method.

func (*MockClientConfig) GetLogger

func (m *MockClientConfig) GetLogger() logging.Logger

GetLogger mocks base method.

func (*MockClientConfig) GetUrl

func (m *MockClientConfig) GetUrl() string

GetUrl mocks base method.

type MockClientConfigMockRecorder

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

MockClientConfigMockRecorder is the mock recorder for MockClientConfig.

func (*MockClientConfigMockRecorder) GetAuthorizationHeaders

func (mr *MockClientConfigMockRecorder) GetAuthorizationHeaders() *gomock.Call

GetAuthorizationHeaders indicates an expected call of GetAuthorizationHeaders.

func (*MockClientConfigMockRecorder) GetLogger

func (mr *MockClientConfigMockRecorder) GetLogger() *gomock.Call

GetLogger indicates an expected call of GetLogger.

func (*MockClientConfigMockRecorder) GetUrl

GetUrl indicates an expected call of GetUrl.

type MockClientConfigProvider

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

MockClientConfigProvider is a mock of ClientConfigProvider interface.

func NewMockClientConfigProvider

func NewMockClientConfigProvider(ctrl *gomock.Controller) *MockClientConfigProvider

NewMockClientConfigProvider creates a new mock instance.

func (*MockClientConfigProvider) EXPECT

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

func (*MockClientConfigProvider) ProvideConfig

func (m *MockClientConfigProvider) ProvideConfig(apiName string) define.ClientConfig

ProvideConfig mocks base method.

type MockClientConfigProviderMockRecorder

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

MockClientConfigProviderMockRecorder is the mock recorder for MockClientConfigProvider.

func (*MockClientConfigProviderMockRecorder) ProvideConfig

func (mr *MockClientConfigProviderMockRecorder) ProvideConfig(apiName interface{}) *gomock.Call

ProvideConfig indicates an expected call of ProvideConfig.

type MockLogger

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

MockLogger is a mock of Logger interface.

func NewMockLogger

func NewMockLogger(ctrl *gomock.Controller) *MockLogger

NewMockLogger creates a new mock instance.

func (*MockLogger) Debug

func (m *MockLogger) Debug(arg0 string, arg1 ...map[string]interface{})

Debug mocks base method.

func (*MockLogger) DebugContext

func (m *MockLogger) DebugContext(arg0 context.Context, arg1 string, arg2 ...map[string]interface{})

DebugContext mocks base method.

func (*MockLogger) EXPECT

func (m *MockLogger) EXPECT() *MockLoggerMockRecorder

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

func (*MockLogger) Error

func (m *MockLogger) Error(arg0 string, arg1 ...map[string]interface{})

Error mocks base method.

func (*MockLogger) ErrorContext

func (m *MockLogger) ErrorContext(arg0 context.Context, arg1 string, arg2 ...map[string]interface{})

ErrorContext mocks base method.

func (*MockLogger) Info

func (m *MockLogger) Info(arg0 string, arg1 ...map[string]interface{})

Info mocks base method.

func (*MockLogger) InfoContext

func (m *MockLogger) InfoContext(arg0 context.Context, arg1 string, arg2 ...map[string]interface{})

InfoContext mocks base method.

func (*MockLogger) Trace

func (m *MockLogger) Trace(arg0 string, arg1 ...map[string]interface{})

Trace mocks base method.

func (*MockLogger) TraceContext

func (m *MockLogger) TraceContext(arg0 context.Context, arg1 string, arg2 ...map[string]interface{})

TraceContext mocks base method.

func (*MockLogger) Warn

func (m *MockLogger) Warn(arg0 string, arg1 ...map[string]interface{})

Warn mocks base method.

func (*MockLogger) WarnContext

func (m *MockLogger) WarnContext(arg0 context.Context, arg1 string, arg2 ...map[string]interface{})

WarnContext mocks base method.

type MockLoggerMockRecorder

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

MockLoggerMockRecorder is the mock recorder for MockLogger.

func (*MockLoggerMockRecorder) Debug

func (mr *MockLoggerMockRecorder) Debug(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Debug indicates an expected call of Debug.

func (*MockLoggerMockRecorder) DebugContext

func (mr *MockLoggerMockRecorder) DebugContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DebugContext indicates an expected call of DebugContext.

func (*MockLoggerMockRecorder) Error

func (mr *MockLoggerMockRecorder) Error(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Error indicates an expected call of Error.

func (*MockLoggerMockRecorder) ErrorContext

func (mr *MockLoggerMockRecorder) ErrorContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ErrorContext indicates an expected call of ErrorContext.

func (*MockLoggerMockRecorder) Info

func (mr *MockLoggerMockRecorder) Info(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockLoggerMockRecorder) InfoContext

func (mr *MockLoggerMockRecorder) InfoContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InfoContext indicates an expected call of InfoContext.

func (*MockLoggerMockRecorder) Trace

func (mr *MockLoggerMockRecorder) Trace(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Trace indicates an expected call of Trace.

func (*MockLoggerMockRecorder) TraceContext

func (mr *MockLoggerMockRecorder) TraceContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TraceContext indicates an expected call of TraceContext.

func (*MockLoggerMockRecorder) Warn

func (mr *MockLoggerMockRecorder) Warn(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Warn indicates an expected call of Warn.

func (*MockLoggerMockRecorder) WarnContext

func (mr *MockLoggerMockRecorder) WarnContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WarnContext indicates an expected call of WarnContext.

type MockOperation

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

MockOperation is a mock of Operation interface.

func NewMockOperation

func NewMockOperation(ctrl *gomock.Controller) *MockOperation

NewMockOperation creates a new mock instance.

func (*MockOperation) Apply

Apply mocks base method.

func (*MockOperation) EXPECT

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

func (*MockOperation) Name

func (m *MockOperation) Name() string

Name mocks base method.

func (*MockOperation) Request

func (m *MockOperation) Request() (*http.Response, error)

Request mocks base method.

func (*MockOperation) SetBody

func (m *MockOperation) SetBody(data interface{}) define.Operation

SetBody mocks base method.

func (*MockOperation) SetBodyProvider

func (m *MockOperation) SetBodyProvider(provider define.BodyProvider) define.Operation

SetBodyProvider mocks base method.

func (*MockOperation) SetBodyReader

func (m *MockOperation) SetBodyReader(body io.Reader) define.Operation

SetBodyReader mocks base method.

func (*MockOperation) SetContentLength

func (m *MockOperation) SetContentLength(contentLength int64) define.Operation

SetContentLength mocks base method.

func (*MockOperation) SetContentType

func (m *MockOperation) SetContentType(contentType string) define.Operation

SetContentType mocks base method.

func (*MockOperation) SetContext

func (m *MockOperation) SetContext(ctx context.Context) define.Operation

SetContext mocks base method.

func (*MockOperation) SetHeaders

func (m *MockOperation) SetHeaders(headers map[string]string) define.Operation

SetHeaders mocks base method.

func (*MockOperation) SetPathParams

func (m *MockOperation) SetPathParams(params map[string]string) define.Operation

SetPathParams mocks base method.

func (*MockOperation) SetQueryParams

func (m *MockOperation) SetQueryParams(params map[string]string) define.Operation

SetQueryParams mocks base method.

func (*MockOperation) SetResult

func (m *MockOperation) SetResult(result interface{}) define.Operation

SetResult mocks base method.

func (*MockOperation) SetResultProvider

func (m *MockOperation) SetResultProvider(provider define.ResultProvider) define.Operation

SetResultProvider mocks base method.

type MockOperationConfig

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

MockOperationConfig is a mock of OperationConfig interface.

func NewMockOperationConfig

func NewMockOperationConfig(ctrl *gomock.Controller) *MockOperationConfig

NewMockOperationConfig creates a new mock instance.

func (*MockOperationConfig) EXPECT

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

func (*MockOperationConfig) GetMethod

func (m *MockOperationConfig) GetMethod() string

GetMethod mocks base method.

func (*MockOperationConfig) GetName

func (m *MockOperationConfig) GetName() string

GetName mocks base method.

func (*MockOperationConfig) GetPath

func (m *MockOperationConfig) GetPath() string

GetPath mocks base method.

type MockOperationConfigMockRecorder

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

MockOperationConfigMockRecorder is the mock recorder for MockOperationConfig.

func (*MockOperationConfigMockRecorder) GetMethod

func (mr *MockOperationConfigMockRecorder) GetMethod() *gomock.Call

GetMethod indicates an expected call of GetMethod.

func (*MockOperationConfigMockRecorder) GetName

GetName indicates an expected call of GetName.

func (*MockOperationConfigMockRecorder) GetPath

GetPath indicates an expected call of GetPath.

type MockOperationConfigProvider

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

MockOperationConfigProvider is a mock of OperationConfigProvider interface.

func NewMockOperationConfigProvider

func NewMockOperationConfigProvider(ctrl *gomock.Controller) *MockOperationConfigProvider

NewMockOperationConfigProvider creates a new mock instance.

func (*MockOperationConfigProvider) EXPECT

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

func (*MockOperationConfigProvider) ProvideConfig

ProvideConfig mocks base method.

type MockOperationConfigProviderMockRecorder

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

MockOperationConfigProviderMockRecorder is the mock recorder for MockOperationConfigProvider.

func (*MockOperationConfigProviderMockRecorder) ProvideConfig

ProvideConfig indicates an expected call of ProvideConfig.

type MockOperationMockRecorder

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

MockOperationMockRecorder is the mock recorder for MockOperation.

func (*MockOperationMockRecorder) Apply

func (mr *MockOperationMockRecorder) Apply(opts ...interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockOperationMockRecorder) Name

Name indicates an expected call of Name.

func (*MockOperationMockRecorder) Request

func (mr *MockOperationMockRecorder) Request() *gomock.Call

Request indicates an expected call of Request.

func (*MockOperationMockRecorder) SetBody

func (mr *MockOperationMockRecorder) SetBody(data interface{}) *gomock.Call

SetBody indicates an expected call of SetBody.

func (*MockOperationMockRecorder) SetBodyProvider

func (mr *MockOperationMockRecorder) SetBodyProvider(provider interface{}) *gomock.Call

SetBodyProvider indicates an expected call of SetBodyProvider.

func (*MockOperationMockRecorder) SetBodyReader

func (mr *MockOperationMockRecorder) SetBodyReader(body interface{}) *gomock.Call

SetBodyReader indicates an expected call of SetBodyReader.

func (*MockOperationMockRecorder) SetContentLength

func (mr *MockOperationMockRecorder) SetContentLength(contentLength interface{}) *gomock.Call

SetContentLength indicates an expected call of SetContentLength.

func (*MockOperationMockRecorder) SetContentType

func (mr *MockOperationMockRecorder) SetContentType(contentType interface{}) *gomock.Call

SetContentType indicates an expected call of SetContentType.

func (*MockOperationMockRecorder) SetContext

func (mr *MockOperationMockRecorder) SetContext(ctx interface{}) *gomock.Call

SetContext indicates an expected call of SetContext.

func (*MockOperationMockRecorder) SetHeaders

func (mr *MockOperationMockRecorder) SetHeaders(headers interface{}) *gomock.Call

SetHeaders indicates an expected call of SetHeaders.

func (*MockOperationMockRecorder) SetPathParams

func (mr *MockOperationMockRecorder) SetPathParams(params interface{}) *gomock.Call

SetPathParams indicates an expected call of SetPathParams.

func (*MockOperationMockRecorder) SetQueryParams

func (mr *MockOperationMockRecorder) SetQueryParams(params interface{}) *gomock.Call

SetQueryParams indicates an expected call of SetQueryParams.

func (*MockOperationMockRecorder) SetResult

func (mr *MockOperationMockRecorder) SetResult(result interface{}) *gomock.Call

SetResult indicates an expected call of SetResult.

func (*MockOperationMockRecorder) SetResultProvider

func (mr *MockOperationMockRecorder) SetResultProvider(provider interface{}) *gomock.Call

SetResultProvider indicates an expected call of SetResultProvider.

type MockOperationOption

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

MockOperationOption is a mock of OperationOption interface.

func NewMockOperationOption

func NewMockOperationOption(ctrl *gomock.Controller) *MockOperationOption

NewMockOperationOption creates a new mock instance.

func (*MockOperationOption) ApplyToOperation

func (m *MockOperationOption) ApplyToOperation(operation define.Operation) error

ApplyToOperation mocks base method.

func (*MockOperationOption) EXPECT

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

type MockOperationOptionMockRecorder

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

MockOperationOptionMockRecorder is the mock recorder for MockOperationOption.

func (*MockOperationOptionMockRecorder) ApplyToOperation

func (mr *MockOperationOptionMockRecorder) ApplyToOperation(operation interface{}) *gomock.Call

ApplyToOperation indicates an expected call of ApplyToOperation.

type MockPlugin

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

MockPlugin is a mock of Plugin interface.

func NewMockPlugin

func NewMockPlugin(ctrl *gomock.Controller) *MockPlugin

NewMockPlugin creates a new mock instance.

func (*MockPlugin) Disable

func (m *MockPlugin) Disable()

Disable mocks base method.

func (*MockPlugin) Disabled

func (m *MockPlugin) Disabled() bool

Disabled mocks base method.

func (*MockPlugin) EXPECT

func (m *MockPlugin) EXPECT() *MockPluginMockRecorder

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

func (*MockPlugin) Enable

func (m *MockPlugin) Enable()

Enable mocks base method.

func (*MockPlugin) Exec

func (m *MockPlugin) Exec(arg0 string, arg1 *context.Context, arg2 context.Handler)

Exec mocks base method.

func (*MockPlugin) Remove

func (m *MockPlugin) Remove()

Remove mocks base method.

func (*MockPlugin) Removed

func (m *MockPlugin) Removed() bool

Removed mocks base method.

type MockPluginMockRecorder

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

MockPluginMockRecorder is the mock recorder for MockPlugin.

func (*MockPluginMockRecorder) Disable

func (mr *MockPluginMockRecorder) Disable() *gomock.Call

Disable indicates an expected call of Disable.

func (*MockPluginMockRecorder) Disabled

func (mr *MockPluginMockRecorder) Disabled() *gomock.Call

Disabled indicates an expected call of Disabled.

func (*MockPluginMockRecorder) Enable

func (mr *MockPluginMockRecorder) Enable() *gomock.Call

Enable indicates an expected call of Enable.

func (*MockPluginMockRecorder) Exec

func (mr *MockPluginMockRecorder) Exec(arg0, arg1, arg2 interface{}) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockPluginMockRecorder) Remove

func (mr *MockPluginMockRecorder) Remove() *gomock.Call

Remove indicates an expected call of Remove.

func (*MockPluginMockRecorder) Removed

func (mr *MockPluginMockRecorder) Removed() *gomock.Call

Removed indicates an expected call of Removed.

type MockReadCloser

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

MockReadCloser is a mock of ReadCloser interface.

func NewMockReadCloser

func NewMockReadCloser(ctrl *gomock.Controller) *MockReadCloser

NewMockReadCloser creates a new mock instance.

func (*MockReadCloser) Close

func (m *MockReadCloser) Close() error

Close mocks base method.

func (*MockReadCloser) EXPECT

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

func (*MockReadCloser) Read

func (m *MockReadCloser) Read(arg0 []byte) (int, error)

Read mocks base method.

type MockReadCloserMockRecorder

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

MockReadCloserMockRecorder is the mock recorder for MockReadCloser.

func (*MockReadCloserMockRecorder) Close

func (mr *MockReadCloserMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockReadCloserMockRecorder) Read

func (mr *MockReadCloserMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockResultProvider

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

MockResultProvider is a mock of ResultProvider interface.

func NewMockResultProvider

func NewMockResultProvider(ctrl *gomock.Controller) *MockResultProvider

NewMockResultProvider creates a new mock instance.

func (*MockResultProvider) EXPECT

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

func (*MockResultProvider) ProvideResult

func (m *MockResultProvider) ProvideResult(response *http.Response, result interface{}) error

ProvideResult mocks base method.

type MockResultProviderMockRecorder

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

MockResultProviderMockRecorder is the mock recorder for MockResultProvider.

func (*MockResultProviderMockRecorder) ProvideResult

func (mr *MockResultProviderMockRecorder) ProvideResult(response, result interface{}) *gomock.Call

ProvideResult indicates an expected call of ProvideResult.

type MockRoundTripper

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

MockRoundTripper is a mock of RoundTripper interface.

func NewMockRoundTripper

func NewMockRoundTripper(ctrl *gomock.Controller) *MockRoundTripper

NewMockRoundTripper creates a new mock instance.

func (*MockRoundTripper) EXPECT

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

func (*MockRoundTripper) RoundTrip

func (m *MockRoundTripper) RoundTrip(arg0 *http.Request) (*http.Response, error)

RoundTrip mocks base method.

type MockRoundTripperMockRecorder

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

MockRoundTripperMockRecorder is the mock recorder for MockRoundTripper.

func (*MockRoundTripperMockRecorder) RoundTrip

func (mr *MockRoundTripperMockRecorder) RoundTrip(arg0 interface{}) *gomock.Call

RoundTrip indicates an expected call of RoundTrip.

Jump to

Keyboard shortcuts

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