MockCoordinatee is a mock of Coordinatee interface.
| 20 | |
| 21 | // MockCoordinatee is a mock of Coordinatee interface. |
| 22 | type MockCoordinatee struct { |
| 23 | ctrl *gomock.Controller |
| 24 | recorder *MockCoordinateeMockRecorder |
| 25 | isgomock struct{} |
| 26 | } |
| 27 | |
| 28 | // MockCoordinateeMockRecorder is the mock recorder for MockCoordinatee. |
| 29 | type MockCoordinateeMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected