type github.com/prometheus/client_golang/prometheus.CounterFunc

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		counter.go#L257: type CounterFunc interface {
		counter.go#L270: func NewCounterFunc(opts CounterOpts, function func() float64) CounterFunc {