type google.golang.org/grpc/balancer/grpclb/state.State
5 uses
google.golang.org/grpc/balancer/grpclb/state (current package)
state.go#L33: type State struct {
state.go#L41: func Set(state resolver.State, s *State) resolver.State {
state.go#L48: func Get(state resolver.State) *State {
state.go#L49: s, _ := state.Attributes.Value(key).(*State)
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L335: state = grpclbstate.Set(state, &grpclbstate.State{BalancerAddresses: srv})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |