Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Builder ¶
func Builder() server.GRPCWebServiceBuilder
Builder creates a new gRPC web service builder, call it if you want to custom define your web services
func MetadataTraceCarrierOption ¶
func MetadataTraceCarrierOption(deps grpcGatewayMuxOptionsDeps) runtime.ServeMuxOption
MetadataTraceCarrierOption is a nice trick to avoid creating an additional server span from REST to GRPC it will extract trace context from Headers and put that information into the Context without creating a new Span However if you would like to create a new Span on the REST layer, you should read how to do it here https://grpc-ecosystem.github.io/grpc-gateway/docs/customizingyourgateway.html scroll to "OpenTracing Support"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.