Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Prefix for GRPC URL inputs. GRPC does not define a prefix through standard. This prefix helps to differentiate // remote URLs for REST APIs (i.e - HTTP) from GRPC endpoints. Prefix = "grpc://" )
Variables ¶
This section is empty.
Functions ¶
func URLToGRPCTarget ¶
URLToGRPCTarget is a helper to derive GRPC target from a provided URL For example, function returns the target localhost:9090 for the input grpc://localhost:9090
Types ¶
Click to show internal directories.
Click to hide internal directories.