google.golang.org/grpc/resolver.Address.BalancerAttributes (field)

7 uses

	google.golang.org/grpc/resolver (current package)
		resolver.go#L115: 	BalancerAttributes *attributes.Attributes
		resolver.go#L133: 		a.BalancerAttributes.Equal(o.BalancerAttributes) &&
		resolver.go#L145: 	if a.BalancerAttributes != nil {
		resolver.go#L146: 		sb.WriteString(fmt.Sprintf("BalancerAttributes: %v", a.BalancerAttributes.String()))

	google.golang.org/grpc
		resolver_wrapper.go#L216: 		ep := resolver.Endpoint{Addresses: []resolver.Address{a}, Attributes: a.BalancerAttributes}
		resolver_wrapper.go#L217: 		ep.Addresses[0].BalancerAttributes = nil