UnimplementedPluginServer must be embedded to have forward compatible implementations.
| 382 | |
| 383 | // UnimplementedPluginServer must be embedded to have forward compatible implementations. |
| 384 | type UnimplementedPluginServer struct { |
| 385 | } |
| 386 | |
| 387 | func (UnimplementedPluginServer) FireHose(context.Context, *ClientReq) (*ServerResp, error) { |
| 388 | return nil, status.Errorf(codes.Unimplemented, "method FireHose not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected