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

9 uses

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

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

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

	google.golang.org/grpc/balancer
		balancer.go#L128: 	CredsBundle credentials.Bundle
		balancer.go#L190: 	CredsBundle credentials.Bundle

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

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