type google.golang.org/grpc.ccBalancerWrapper
14 uses
google.golang.org/grpc (current package)
balancer_conn_wrappers.go#L42: type ccBalancerWrapper struct {
balancer_conn_wrappers.go#L53: func newCCBalancerWrapper(cc *ClientConn, b balancer.Builder, bopts balancer.BuildOptions) *ccBalancerWrapper {
balancer_conn_wrappers.go#L54: ccb := &ccBalancerWrapper{
balancer_conn_wrappers.go#L67: func (ccb *ccBalancerWrapper) watcher() {
balancer_conn_wrappers.go#L97: func (ccb *ccBalancerWrapper) close() {
balancer_conn_wrappers.go#L101: func (ccb *ccBalancerWrapper) handleSubConnStateChange(sc balancer.SubConn, s connectivity.State, err error) {
balancer_conn_wrappers.go#L119: func (ccb *ccBalancerWrapper) updateClientConnState(ccs *balancer.ClientConnState) error {
balancer_conn_wrappers.go#L125: func (ccb *ccBalancerWrapper) resolverError(err error) {
balancer_conn_wrappers.go#L131: func (ccb *ccBalancerWrapper) NewSubConn(addrs []resolver.Address, opts balancer.NewSubConnOptions) (balancer.SubConn, error) {
balancer_conn_wrappers.go#L152: func (ccb *ccBalancerWrapper) RemoveSubConn(sc balancer.SubConn) {
balancer_conn_wrappers.go#L166: func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {
balancer_conn_wrappers.go#L181: func (ccb *ccBalancerWrapper) ResolveNow(o resolver.ResolveNowOptions) {
balancer_conn_wrappers.go#L185: func (ccb *ccBalancerWrapper) Target() string {
clientconn.go#L497: balancerWrapper *ccBalancerWrapper
![]() |
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. |