type google.golang.org/api/internal.ConnPool

3 uses

	google.golang.org/api/internal (current package)
		conn_pool.go#L12: type ConnPool interface {
		settings.go#L36: 	GRPCConnPool        ConnPool

	google.golang.org/api/transport/grpc
		pool.go#L17: type ConnPool = internal.ConnPool // NOTE(cbro): type alias to export the type. It must live in internal to avoid a circular dependency.