| 242 | } |
| 243 | |
| 244 | type mockClientStream struct { |
| 245 | mock.Mock |
| 246 | grpc.ClientStream |
| 247 | } |
| 248 | |
| 249 | func (m *mockClientStream) Send(msg *cortexpb.StreamWriteRequest) error { |
| 250 | args := m.Called(msg) |
nothing calls this directly
no outgoing calls
no test coverage detected