| 4998 | } |
| 4999 | |
| 5000 | type shipperMock struct { |
| 5001 | mock.Mock |
| 5002 | } |
| 5003 | |
| 5004 | // Sync mocks Shipper.Sync() |
| 5005 | func (m *shipperMock) Sync(ctx context.Context) (uploaded int, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected