| 9 | ) |
| 10 | |
| 11 | type IngesterServerMock struct { |
| 12 | mock.Mock |
| 13 | } |
| 14 | |
| 15 | func (m *IngesterServerMock) Push(ctx context.Context, r *cortexpb.WriteRequest) (*cortexpb.WriteResponse, error) { |
| 16 | args := m.Called(ctx, r) |
nothing calls this directly
no outgoing calls
no test coverage detected