Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pkg/server/webserver): Use ImmuService directly instead of a gR…
…PC client Note that the generated gateway code has a comment about this: // RegisterImmuServiceHandlerServer registers the http handlers for service ImmuService to "mux". // UnaryRPC :call ImmuServiceServer directly. // StreamingRPC :currently unsupported pending grpc/grpc-go#906. // Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterImmuServiceHandlerFromEndpoint instead. func RegisterImmuServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ImmuServiceServer) error {
- Loading branch information