type github.com/prometheus/client_golang/prometheus.Gatherers

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		registry.go#L705: type Gatherers []Gatherer
		registry.go#L708: func (gs Gatherers) Gather() ([]*dto.MetricFamily, error) {