google.golang.org/grpc/resolver.Endpoint.Attributes (field)

5 uses

	google.golang.org/grpc/resolver (current package)
		resolver.go#L192: 	Attributes *attributes.Attributes

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

	google.golang.org/grpc/experimental/balancer/weight
		weight.go#L49: 	endpoint.Attributes = endpoint.Attributes.WithValue(attributeKey{}, epInfo)
		weight.go#L57: 	v := endpoint.Attributes.Value(attributeKey{})