google.golang.org/grpc/attributes.Attributes.String (method, view implemented interface methods)
4 uses
google.golang.org/grpc/attributes (current package)
attributes.go#L109: func (a *Attributes) String() string {
attributes.go#L140: return []byte(a.String()), nil
google.golang.org/grpc/resolver
resolver.go#L143: sb.WriteString(fmt.Sprintf("Attributes: %v, ", a.Attributes.String()))
resolver.go#L146: sb.WriteString(fmt.Sprintf("BalancerAttributes: %v", a.BalancerAttributes.String()))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)