Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MultiplexGRPC ¶
MultiplexGRPC takes a gRPC server and a plain HTTP handler and multiplexes the request handling. Any requests that declare themselves as gRPC requests are routed to the gRPC server, all others are routed to the httpHandler.
func SplitMethodName ¶
SplitMethodName splits a full gRPC method name (e.g. "/package.service/method") in to its individual components (service, method)
Copied from github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/reporter.go
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.