package grpcutil
import "google.golang.org/grpc/internal/grpcutil"
Package grpcutil provides a bunch of utility functions to be used across the gRPC codebase.
Index ¶
Functions ¶
func ParseTarget ¶
ParseTarget splits target into a resolver.Target struct containing scheme, authority and endpoint.
If target is not a valid scheme://authority/endpoint, it returns {Endpoint: target}.
Source Files ¶
target.go
- Version
- v1.29.1
- Published
- Apr 23, 2020
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 28 minutes ago –
Tools for package owners.