google.golang.org/grpc.ClientConn.authority (field)
9 uses
google.golang.org/grpc (current package)
clientconn.go#L268: cc.authority = creds.Info().ServerName
clientconn.go#L270: cc.authority = cc.dopts.authority
clientconn.go#L272: cc.authority = "localhost"
clientconn.go#L276: cc.authority = cc.parsedTarget.Endpoint
clientconn.go#L483: authority string
clientconn.go#L1236: addr.ServerName = ac.cc.authority
stream.go#L207: Host: cc.authority,
stream.go#L300: Authority: cs.cc.authority,
stream.go#L1051: Host: ac.cc.authority,
![]() |
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. |