google.golang.org/grpc.addrConn.transport (field)
10 uses
google.golang.org/grpc (current package)
clientconn.go#L1051: transport transport.ClientTransport // The current transport.
clientconn.go#L1124: ac.transport = nil
clientconn.go#L1164: ac.transport = newTr
clientconn.go#L1347: currentTr := ac.transport
clientconn.go#L1350: if ac.transport != currentTr {
clientconn.go#L1360: if ac.transport != currentTr {
clientconn.go#L1391: if ac.state == connectivity.Ready && ac.transport != nil {
clientconn.go#L1392: t := ac.transport
clientconn.go#L1419: curTr := ac.transport
clientconn.go#L1420: ac.transport = 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. |