type google.golang.org/grpc/credentials.Bundle

9 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L209: type Bundle interface {
		credentials.go#L226: 	NewWithMode(mode string) (Bundle, error)

	google.golang.org/grpc/credentials/insecure
		insecure.go#L86: func NewBundle() credentials.Bundle {
		insecure.go#L91: func (insecureBundle) NewWithMode(string) (credentials.Bundle, error) {

	google.golang.org/grpc
		dialoptions.go#L447: func WithCredentialsBundle(b credentials.Bundle) DialOption {

	google.golang.org/grpc/balancer
		balancer.go#L106: 	CredsBundle credentials.Bundle
		balancer.go#L199: 	CredsBundle credentials.Bundle

	google.golang.org/grpc/internal/transport
		transport.go#L487: 	CredsBundle credentials.Bundle

	google.golang.org/grpc/resolver
		resolver.go#L169: 	CredsBundle credentials.Bundle