func google.golang.org/grpc/credentials.NewTLS
7 uses
google.golang.org/grpc/credentials (current package)
tls.go#L133: return NewTLS(c.config)
tls.go#L142: func NewTLS(c *tls.Config) TransportCredentials {
tls.go#L157: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp})
tls.go#L177: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp}), nil
tls.go#L182: return NewTLS(&tls.Config{Certificates: []tls.Certificate{*cert}})
tls.go#L192: return NewTLS(&tls.Config{Certificates: []tls.Certificate{cert}}), nil
google.golang.org/grpc/credentials/google
google.go#L113: newCreds.transportCreds = credentials.NewTLS(nil)
![]() |
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. |