MCPcopy Create free account
hub / github.com/cortexproject/cortex / shipperMock

Struct shipperMock

pkg/ingester/ingester_test.go:5000–5002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4998}
4999
5000type shipperMock struct {
5001 mock.Mock
5002}
5003
5004// Sync mocks Shipper.Sync()
5005func (m *shipperMock) Sync(ctx context.Context) (uploaded int, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected