google.golang.org/grpc.addrConn.updateConnectivityState (method)
9 uses
google.golang.org/grpc (current package)
clientconn.go#L809: ac.updateConnectivityState(connectivity.Connecting, nil)
clientconn.go#L1068: func (ac *addrConn) updateConnectivityState(s connectivity.State, lastErr error) {
clientconn.go#L1123: ac.updateConnectivityState(connectivity.Connecting, nil)
clientconn.go#L1136: ac.updateConnectivityState(connectivity.TransientFailure, err)
clientconn.go#L1249: ac.updateConnectivityState(connectivity.Connecting, nil)
clientconn.go#L1264: ac.updateConnectivityState(connectivity.Connecting, nil)
clientconn.go#L1321: ac.updateConnectivityState(connectivity.Ready, nil)
clientconn.go#L1363: ac.updateConnectivityState(s, lastErr)
clientconn.go#L1423: ac.updateConnectivityState(connectivity.Shutdown, nil)
![]() |
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. |