type github.com/prometheus/client_golang/prometheus.GathererFunc

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		registry.go#L190: type GathererFunc func() ([]*dto.MetricFamily, error)
		registry.go#L193: func (gf GathererFunc) Gather() ([]*dto.MetricFamily, error) {