Documentation ¶
Overview ¶
Package mock_api is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) Delete(ctx context.Context, endpoint string) ([]byte, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GenerateAccessToken() (*string, error)
- func (m *MockClient) Get(ctx context.Context, endpoint string) ([]byte, error)
- func (m *MockClient) Post(ctx context.Context, endpoint string, body io.Reader) ([]byte, error)
- func (m *MockClient) Put(ctx context.Context, endpoint string, body io.Reader) ([]byte, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) Delete(ctx, endpoint interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GenerateAccessToken() *gomock.Call
- func (mr *MockClientMockRecorder) Get(ctx, endpoint interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Post(ctx, endpoint, body interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Put(ctx, endpoint, body interface{}) *gomock.Call
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) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) GenerateAccessToken ¶
func (m *MockClient) GenerateAccessToken() (*string, error)
GenerateAccessToken mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) Delete ¶
func (mr *MockClientMockRecorder) Delete(ctx, endpoint interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClientMockRecorder) GenerateAccessToken ¶
func (mr *MockClientMockRecorder) GenerateAccessToken() *gomock.Call
GenerateAccessToken indicates an expected call of GenerateAccessToken.
func (*MockClientMockRecorder) Get ¶
func (mr *MockClientMockRecorder) Get(ctx, endpoint interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockClientMockRecorder) Post ¶
func (mr *MockClientMockRecorder) Post(ctx, endpoint, body interface{}) *gomock.Call
Post indicates an expected call of Post.
func (*MockClientMockRecorder) Put ¶
func (mr *MockClientMockRecorder) Put(ctx, endpoint, body interface{}) *gomock.Call
Put indicates an expected call of Put.
Click to show internal directories.
Click to hide internal directories.