MockNicServiceIface is a mock of NicServiceIface interface.
| 36 | |
| 37 | // MockNicServiceIface is a mock of NicServiceIface interface. |
| 38 | type MockNicServiceIface struct { |
| 39 | ctrl *gomock.Controller |
| 40 | recorder *MockNicServiceIfaceMockRecorder |
| 41 | isgomock struct{} |
| 42 | } |
| 43 | |
| 44 | // MockNicServiceIfaceMockRecorder is the mock recorder for MockNicServiceIface. |
| 45 | type MockNicServiceIfaceMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected