| 382 | } |
| 383 | |
| 384 | type frontendProcessClient struct { |
| 385 | grpc.ClientStream |
| 386 | } |
| 387 | |
| 388 | func (x *frontendProcessClient) Send(m *ClientToFrontend) error { |
| 389 | return x.ClientStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected