type google.golang.org/grpc/credentials.Bundle
12 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L171: type Bundle interface {
credentials.go#L178: NewWithMode(mode string) (Bundle, error)
google.golang.org/grpc/credentials/google
google.go#L42: func NewDefaultCredentials() credentials.Bundle {
google.go#L66: func NewComputeEngineCredentials() credentials.Bundle {
google.go#L104: func (c *creds) NewWithMode(mode string) (credentials.Bundle, error) {
google.golang.org/grpc
dialoptions.go#L342: func WithCredentialsBundle(b credentials.Bundle) DialOption {
google.golang.org/grpc/balancer
balancer.go#L117: CredsBundle credentials.Bundle
balancer.go#L170: CredsBundle credentials.Bundle
google.golang.org/grpc/balancer/grpclb
grpclb.go#L175: grpclbClientConnCreds credentials.Bundle
grpclb.go#L179: grpclbBackendCreds credentials.Bundle
google.golang.org/grpc/internal/transport
transport.go#L555: CredsBundle credentials.Bundle
google.golang.org/grpc/resolver
resolver.go#L147: CredsBundle credentials.Bundle
![]() |
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. |