package balancerload
Import Path
google.golang.org/grpc/internal/balancerload (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
Package balancerload defines APIs to parse server loads in trailers. The
parsed loads are sent to balancers in DoneInfo.
Package-Level Type Names (only one)
Parser converts loads from metadata into a concrete type.
Parse parses loads from metadata.
func SetParser(lr Parser)
Package-Level Functions (total 2)
Parse calls parser.Read().
SetParser sets the load parser.
Not mutex-protected, should be called before any gRPC functions.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |