Documentation ¶
Overview ¶
Package mock_client is a generated GoMock package.
Index ¶
- type MockGRPCClientConnectionBuilder
- type MockGRPCClientConnectionBuilderMockRecorder
- type MockGRPCClientConnectionWrapper
- type MockGRPCClientConnectionWrapperMockRecorder
- type MockHTTPClientBuilder
- func (m *MockHTTPClientBuilder) AddInterceptors(arg0 ...client.HTTPClientInterceptor) client.HTTPClientBuilder
- func (m *MockHTTPClientBuilder) Build() *http.Client
- func (m *MockHTTPClientBuilder) EXPECT() *MockHTTPClientBuilderMockRecorder
- func (m *MockHTTPClientBuilder) WithPreconfiguredClient(arg0 *http.Client) client.HTTPClientBuilder
- type MockHTTPClientBuilderMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGRPCClientConnectionBuilder ¶
type MockGRPCClientConnectionBuilder struct {
// contains filtered or unexported fields
}
MockGRPCClientConnectionBuilder is a mock of GRPCClientConnectionBuilder interface.
func NewMockGRPCClientConnectionBuilder ¶
func NewMockGRPCClientConnectionBuilder(ctrl *gomock.Controller) *MockGRPCClientConnectionBuilder
NewMockGRPCClientConnectionBuilder creates a new mock instance.
func (*MockGRPCClientConnectionBuilder) AddOptions ¶
func (m *MockGRPCClientConnectionBuilder) AddOptions(opts ...grpc.DialOption) client.GRPCClientConnectionBuilder
AddOptions mocks base method.
func (*MockGRPCClientConnectionBuilder) Build ¶
func (m *MockGRPCClientConnectionBuilder) Build() client.GRPCClientConnectionWrapper
Build mocks base method.
func (*MockGRPCClientConnectionBuilder) EXPECT ¶
func (m *MockGRPCClientConnectionBuilder) EXPECT() *MockGRPCClientConnectionBuilderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGRPCClientConnectionBuilderMockRecorder ¶
type MockGRPCClientConnectionBuilderMockRecorder struct {
// contains filtered or unexported fields
}
MockGRPCClientConnectionBuilderMockRecorder is the mock recorder for MockGRPCClientConnectionBuilder.
func (*MockGRPCClientConnectionBuilderMockRecorder) AddOptions ¶
func (mr *MockGRPCClientConnectionBuilderMockRecorder) AddOptions(opts ...interface{}) *gomock.Call
AddOptions indicates an expected call of AddOptions.
func (*MockGRPCClientConnectionBuilderMockRecorder) Build ¶
func (mr *MockGRPCClientConnectionBuilderMockRecorder) Build() *gomock.Call
Build indicates an expected call of Build.
type MockGRPCClientConnectionWrapper ¶
type MockGRPCClientConnectionWrapper struct {
// contains filtered or unexported fields
}
MockGRPCClientConnectionWrapper is a mock of GRPCClientConnectionWrapper interface.
func NewMockGRPCClientConnectionWrapper ¶
func NewMockGRPCClientConnectionWrapper(ctrl *gomock.Controller) *MockGRPCClientConnectionWrapper
NewMockGRPCClientConnectionWrapper creates a new mock instance.
func (*MockGRPCClientConnectionWrapper) Dial ¶
func (m *MockGRPCClientConnectionWrapper) Dial(ctx context.Context, target string, extraOptions ...grpc.DialOption) (grpc.ClientConnInterface, error)
Dial mocks base method.
func (*MockGRPCClientConnectionWrapper) EXPECT ¶
func (m *MockGRPCClientConnectionWrapper) EXPECT() *MockGRPCClientConnectionWrapperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGRPCClientConnectionWrapperMockRecorder ¶
type MockGRPCClientConnectionWrapperMockRecorder struct {
// contains filtered or unexported fields
}
MockGRPCClientConnectionWrapperMockRecorder is the mock recorder for MockGRPCClientConnectionWrapper.
func (*MockGRPCClientConnectionWrapperMockRecorder) Dial ¶
func (mr *MockGRPCClientConnectionWrapperMockRecorder) Dial(ctx, target interface{}, extraOptions ...interface{}) *gomock.Call
Dial indicates an expected call of Dial.
type MockHTTPClientBuilder ¶
type MockHTTPClientBuilder struct {
// contains filtered or unexported fields
}
MockHTTPClientBuilder is a mock of HTTPClientBuilder interface.
func NewMockHTTPClientBuilder ¶
func NewMockHTTPClientBuilder(ctrl *gomock.Controller) *MockHTTPClientBuilder
NewMockHTTPClientBuilder creates a new mock instance.
func (*MockHTTPClientBuilder) AddInterceptors ¶
func (m *MockHTTPClientBuilder) AddInterceptors(arg0 ...client.HTTPClientInterceptor) client.HTTPClientBuilder
AddInterceptors mocks base method.
func (*MockHTTPClientBuilder) Build ¶
func (m *MockHTTPClientBuilder) Build() *http.Client
Build mocks base method.
func (*MockHTTPClientBuilder) EXPECT ¶
func (m *MockHTTPClientBuilder) EXPECT() *MockHTTPClientBuilderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHTTPClientBuilder) WithPreconfiguredClient ¶
func (m *MockHTTPClientBuilder) WithPreconfiguredClient(arg0 *http.Client) client.HTTPClientBuilder
WithPreconfiguredClient mocks base method.
type MockHTTPClientBuilderMockRecorder ¶
type MockHTTPClientBuilderMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPClientBuilderMockRecorder is the mock recorder for MockHTTPClientBuilder.
func (*MockHTTPClientBuilderMockRecorder) AddInterceptors ¶
func (mr *MockHTTPClientBuilderMockRecorder) AddInterceptors(arg0 ...interface{}) *gomock.Call
AddInterceptors indicates an expected call of AddInterceptors.
func (*MockHTTPClientBuilderMockRecorder) Build ¶
func (mr *MockHTTPClientBuilderMockRecorder) Build() *gomock.Call
Build indicates an expected call of Build.
func (*MockHTTPClientBuilderMockRecorder) WithPreconfiguredClient ¶
func (mr *MockHTTPClientBuilderMockRecorder) WithPreconfiguredClient(arg0 interface{}) *gomock.Call
WithPreconfiguredClient indicates an expected call of WithPreconfiguredClient.