type google.golang.org/grpc.pickfirstBalancer
6 uses
google.golang.org/grpc (current package)
pickfirst.go#L39: return &pickfirstBalancer{cc: cc}
pickfirst.go#L46: type pickfirstBalancer struct {
pickfirst.go#L52: func (b *pickfirstBalancer) ResolverError(err error) {
pickfirst.go#L65: func (b *pickfirstBalancer) UpdateClientConnState(cs balancer.ClientConnState) error {
pickfirst.go#L93: func (b *pickfirstBalancer) UpdateSubConnState(sc balancer.SubConn, s balancer.SubConnState) {
pickfirst.go#L122: func (b *pickfirstBalancer) Close() {
![]() |
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. |