Documentation ¶
Overview ¶
Package clientmock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AddCredentials(arg0 context.Context, arg1 map[string]string, ...) (map[string]string, error)
- func (m *MockClient) CheckCredentials(arg0 context.Context, arg1 map[string]string) (map[string]string, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) HTTPClient() *runtime.HTTPClient
- type MockClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) AddCredentials ¶
func (m *MockClient) AddCredentials(arg0 context.Context, arg1 map[string]string, arg2 *googlenow.GoogleNowService_AddCredentials_Args) (map[string]string, error)
AddCredentials mocks base method
func (*MockClient) CheckCredentials ¶
func (m *MockClient) CheckCredentials(arg0 context.Context, arg1 map[string]string) (map[string]string, error)
CheckCredentials mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) HTTPClient ¶
func (m *MockClient) HTTPClient() *runtime.HTTPClient
HTTPClient mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) AddCredentials ¶
func (mr *MockClientMockRecorder) AddCredentials(arg0, arg1, arg2 interface{}) *gomock.Call
AddCredentials indicates an expected call of AddCredentials
func (*MockClientMockRecorder) CheckCredentials ¶
func (mr *MockClientMockRecorder) CheckCredentials(arg0, arg1 interface{}) *gomock.Call
CheckCredentials indicates an expected call of CheckCredentials
func (*MockClientMockRecorder) HTTPClient ¶
func (mr *MockClientMockRecorder) HTTPClient() *gomock.Call
HTTPClient indicates an expected call of HTTPClient
Click to show internal directories.
Click to hide internal directories.