type github.com/prometheus/client_golang/prometheus.UntypedFunc

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		untyped.go#L24: type UntypedFunc interface {
		untyped.go#L35: func NewUntypedFunc(opts UntypedOpts, function func() float64) UntypedFunc {