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