MockConnectionAPI is a mock of ConnectionAPI interface.
| 14 | |
| 15 | // MockConnectionAPI is a mock of ConnectionAPI interface. |
| 16 | type MockConnectionAPI struct { |
| 17 | ctrl *gomock.Controller |
| 18 | recorder *MockConnectionAPIMockRecorder |
| 19 | } |
| 20 | |
| 21 | // MockConnectionAPIMockRecorder is the mock recorder for MockConnectionAPI. |
| 22 | type MockConnectionAPIMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected