google.golang.org/grpc/credentials.ProtocolInfo.ServerName (field)
4 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L113: ServerName string
tls.go#L69: ServerName: c.config.ServerName,
google.golang.org/grpc
clientconn.go#L1621: if creds := dopts.copts.TransportCredentials; creds != nil && creds.Info().ServerName != "" {
clientconn.go#L1622: authorityFromCreds = creds.Info().ServerName
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)