MockClientMockRecorder is the mock recorder for MockClient.
| 29 | |
| 30 | // MockClientMockRecorder is the mock recorder for MockClient. |
| 31 | type MockClientMockRecorder struct { |
| 32 | mock *MockClient |
| 33 | } |
| 34 | |
| 35 | // NewMockClient creates a new mock instance. |
| 36 | func NewMockClient(ctrl *gomock.Controller) *MockClient { |
nothing calls this directly
no outgoing calls
no test coverage detected