type google.golang.org/grpc/experimental/balancer/weight.EndpointInfo

6 uses

	google.golang.org/grpc/experimental/balancer/weight (current package)
		weight.go#L36: type EndpointInfo struct {
		weight.go#L41: func (a EndpointInfo) Equal(o any) bool {
		weight.go#L42: 	oa, ok := o.(EndpointInfo)
		weight.go#L48: func Set(endpoint resolver.Endpoint, epInfo EndpointInfo) resolver.Endpoint {
		weight.go#L56: func FromEndpoint(endpoint resolver.Endpoint) EndpointInfo {
		weight.go#L58: 	ei, _ := v.(EndpointInfo)