google.golang.org/grpc/internal/transport.ConnectOptions.TransportCredentials (field)
10 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L272: transportCreds := opts.TransportCredentials
transport.go#L560: TransportCredentials credentials.TransportCredentials
google.golang.org/grpc
clientconn.go#L181: if cc.dopts.copts.TransportCredentials == nil && cc.dopts.copts.CredsBundle == nil {
clientconn.go#L184: if cc.dopts.copts.TransportCredentials != nil && cc.dopts.copts.CredsBundle != nil {
clientconn.go#L190: transportCreds := cc.dopts.copts.TransportCredentials
clientconn.go#L282: if creds := cc.dopts.copts.TransportCredentials; creds != nil {
clientconn.go#L1621: if creds := dopts.copts.TransportCredentials; creds != nil && creds.Info().ServerName != "" {
dialoptions.go#L320: o.copts.TransportCredentials = insecure.NewCredentials()
dialoptions.go#L342: o.copts.TransportCredentials = creds
resolver_conn_wrapper.go#L55: if creds := cc.dopts.copts.TransportCredentials; creds != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)