type github.com/prometheus/client_golang/prometheus.GaugeFunc

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		gauge.go#L268: type GaugeFunc interface {
		gauge.go#L282: func NewGaugeFunc(opts GaugeOpts, function func() float64) GaugeFunc {