kubernetes/vendor/google.golang.org/grpc/balancer/grpclb/state/state.go

type keyType

const key

type State

// Set returns a copy of the provided state with attributes containing s.  s's
// data should not be mutated after calling Set.
func Set(state resolver.State, s *State) resolver.State {}

// Get returns the grpclb State in the resolver.State, or nil if not present.
// The returned data should not be mutated.
func Get(state resolver.State) *State {}