MCPcopy
hub / github.com/grafana/dskit / RegisterHTTPServer

Function RegisterHTTPServer

httpgrpc/httpgrpc.pb.go:440–442  ·  view source on GitHub ↗
(s *grpc.Server, srv HTTPServer)

Source from the content-addressed store, hash-verified

438}
439
440func RegisterHTTPServer(s *grpc.Server, srv HTTPServer) {
441 s.RegisterService(&_HTTP_serviceDesc, srv)
442}
443
444func _HTTP_Handle_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
445 in := new(HTTPRequest)

Callers 2

newTestServerFunction · 0.92
RunMethod · 0.92

Calls

no outgoing calls

Tested by 1

newTestServerFunction · 0.74