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