google.golang.org/grpc/balancer.PickResult.Done (field)
6 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L252: Done func(DoneInfo)
google.golang.org/grpc/balancer/grpclb
grpclb_picker.go#L193: return balancer.PickResult{SubConn: sc, Done: done}, nil
google.golang.org/grpc
picker_wrapper.go#L152: return t, doneChannelzWrapper(acw, pickResult.Done), nil
picker_wrapper.go#L154: return t, pickResult.Done, nil
picker_wrapper.go#L156: if pickResult.Done != nil {
picker_wrapper.go#L159: pickResult.Done(balancer.DoneInfo{})
![]() |
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. |