convert httpgrpc to google protobuf #486
Annotations
4 errors and 1 warning
Test:
server/server.go#L589
cannot use httpgrpc_server.NewServer(s.HTTP, serverOptions...) (value of type *"github.com/grafana/dskit/httpgrpc/server".Server) as httpgrpc.HTTPServer value in argument to httpgrpc.RegisterHTTPServer: *"github.com/grafana/dskit/httpgrpc/server".Server does not implement httpgrpc.HTTPServer (missing method mustEmbedUnimplementedHTTPServer)
|
Test:
httpgrpc/server/server_test.go#L63
cannot use server.Server (variable of type *Server) as httpgrpc.HTTPServer value in argument to httpgrpc.RegisterHTTPServer: *Server does not implement httpgrpc.HTTPServer (missing method mustEmbedUnimplementedHTTPServer)
|
Test:
server/server.go#L589
cannot use httpgrpc_server.NewServer(s.HTTP, serverOptions...) (value of type *"github.com/grafana/dskit/httpgrpc/server".Server) as httpgrpc.HTTPServer value in argument to httpgrpc.RegisterHTTPServer: *"github.com/grafana/dskit/httpgrpc/server".Server does not implement httpgrpc.HTTPServer (missing method mustEmbedUnimplementedHTTPServer)
|
Test
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading