type google.golang.org/grpc/credentials.TransportCredentials
23 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L129: type TransportCredentials interface {
credentials.go#L155: Clone() TransportCredentials
credentials.go#L172: TransportCredentials() TransportCredentials
tls.go#L132: func (c *tlsCreds) Clone() TransportCredentials {
tls.go#L142: func NewTLS(c *tls.Config) TransportCredentials {
tls.go#L156: func NewClientTLSFromCert(cp *x509.CertPool, serverNameOverride string) TransportCredentials {
tls.go#L168: func NewClientTLSFromFile(certFile, serverNameOverride string) (TransportCredentials, error) {
tls.go#L181: func NewServerTLSFromCert(cert *tls.Certificate) TransportCredentials {
tls.go#L187: func NewServerTLSFromFile(certFile, keyFile string) (TransportCredentials, error) {
google.golang.org/grpc/credentials/alts
alts.go#L141: func NewClientCreds(opts *ClientOptions) credentials.TransportCredentials {
alts.go#L146: func NewServerCreds(opts *ServerOptions) credentials.TransportCredentials {
alts.go#L150: func newALTS(side core.Side, accounts []string, hsAddress string) credentials.TransportCredentials {
alts.go#L271: func (g *altsTC) Clone() credentials.TransportCredentials {
google.golang.org/grpc/credentials/google
google.go#L84: transportCreds credentials.TransportCredentials
google.go#L91: func (c *creds) TransportCredentials() credentials.TransportCredentials {
google.golang.org/grpc
clientconn.go#L294: var credsClone credentials.TransportCredentials
dialoptions.go#L323: func WithTransportCredentials(creds credentials.TransportCredentials) DialOption {
resolver_conn_wrapper.go#L56: var credsClone credentials.TransportCredentials
server.go#L124: creds credentials.TransportCredentials
server.go#L318: func Creds(c credentials.TransportCredentials) ServerOption {
google.golang.org/grpc/balancer
balancer.go#L168: DialCreds credentials.TransportCredentials
google.golang.org/grpc/internal/transport
transport.go#L552: TransportCredentials credentials.TransportCredentials
google.golang.org/grpc/resolver
resolver.go#L141: DialCreds credentials.TransportCredentials
![]() |
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. |