(ctx context.Context)
| 331 | // Shipper interface is used to have an easy way to mock it in tests. |
| 332 | type Shipper interface { |
| 333 | Sync(ctx context.Context) (uploaded int, err error) |
| 334 | } |
| 335 | |
| 336 | type tsdbState int |
no outgoing calls
no test coverage detected