convert httpgrpc to google protobuf #486
Annotations
5 errors and 1 warning
Lint:
crypto/tls/test/tls_integration_test.go#L31
could not import github.com/grafana/dskit/server (-: # github.com/grafana/dskit/server
|
Lint:
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)) (typecheck)
|
Lint:
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) (typecheck)
|
Lint:
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) (typecheck)
|
Lint
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