google.golang.org/grpc/credentials.TransportCredentials.Info (method)
5 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L182: Info() ProtocolInfo
google.golang.org/grpc
clientconn.go#L439: if transportCreds.Info().SecurityProtocol == "insecure" {
clientconn.go#L1811: if creds := dopts.copts.TransportCredentials; creds != nil && creds.Info().ServerName != "" {
clientconn.go#L1812: authorityFromCreds = creds.Info().ServerName
google.golang.org/grpc/internal/transport
http2_client.go#L308: if transportCreds.Info().SecurityProtocol == "tls" {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)