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

Struct mockClientStream

pkg/ingester/client/client_test.go:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244type mockClientStream struct {
245 mock.Mock
246 grpc.ClientStream
247}
248
249func (m *mockClientStream) Send(msg *cortexpb.StreamWriteRequest) error {
250 args := m.Called(msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected