NewMockAPIClient creates a new mock instance.
(ctrl *gomock.Controller)
| 32 | |
| 33 | // NewMockAPIClient creates a new mock instance. |
| 34 | func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient { |
| 35 | mock := &MockAPIClient{ctrl: ctrl} |
| 36 | mock.recorder = &MockAPIClientMockRecorder{mock} |
| 37 | return mock |
| 38 | } |
| 39 | |
| 40 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 41 | func (m *MockAPIClient) EXPECT() *MockAPIClientMockRecorder { |
no outgoing calls