MockSyncMockRecorder is the mock recorder for MockSync.
| 18 | |
| 19 | // MockSyncMockRecorder is the mock recorder for MockSync. |
| 20 | type MockSyncMockRecorder struct { |
| 21 | mock *MockSync |
| 22 | } |
| 23 | |
| 24 | // NewMockSync creates a new mock instance. |
| 25 | func NewMockSync(ctrl *gomock.Controller) *MockSync { |
nothing calls this directly
no outgoing calls
no test coverage detected