(context.Context, *httpgrpc.HTTPRequest)
| 59 | // Handler for HTTP requests wrapped in protobuf messages. |
| 60 | type RequestHandler interface { |
| 61 | Handle(context.Context, *httpgrpc.HTTPRequest) (*httpgrpc.HTTPResponse, error) |
| 62 | } |
| 63 | |
| 64 | // Single processor handles all streaming operations to query-frontend or query-scheduler to fetch queries |
no outgoing calls
no test coverage detected