MockIWatcher is a mock of IWatcher interface.
| 18 | |
| 19 | // MockIWatcher is a mock of IWatcher interface. |
| 20 | type MockIWatcher struct { |
| 21 | ctrl *gomock.Controller |
| 22 | recorder *MockIWatcherMockRecorder |
| 23 | } |
| 24 | |
| 25 | // MockIWatcherMockRecorder is the mock recorder for MockIWatcher. |
| 26 | type MockIWatcherMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected