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

Struct IngesterServerMock

pkg/ingester/client/cortex_mock_test.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type IngesterServerMock struct {
12 mock.Mock
13}
14
15func (m *IngesterServerMock) Push(ctx context.Context, r *cortexpb.WriteRequest) (*cortexpb.WriteResponse, error) {
16 args := m.Called(ctx, r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected