type google.golang.org/grpc/balancer/grpclb.balanceLoadClientStream
7 uses
google.golang.org/grpc/balancer/grpclb (current package)
grpclb.go#L69: func (c *loadBalancerClient) BalanceLoad(ctx context.Context, opts ...grpc.CallOption) (*balanceLoadClientStream, error) {
grpclb.go#L79: x := &balanceLoadClientStream{stream}
grpclb.go#L83: type balanceLoadClientStream struct {
grpclb.go#L87: func (x *balanceLoadClientStream) Send(m *lbpb.LoadBalanceRequest) error {
grpclb.go#L91: func (x *balanceLoadClientStream) Recv() (*lbpb.LoadBalanceResponse, error) {
grpclb_remote_balancer.go#L268: func (ccw *remoteBalancerCCWrapper) readServerList(s *balanceLoadClientStream) error {
grpclb_remote_balancer.go#L289: func (ccw *remoteBalancerCCWrapper) sendLoadReport(s *balanceLoadClientStream, interval time.Duration) {
![]() |
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. |