type github.com/prometheus/common/model.Duration

8 uses

	github.com/prometheus/common/model (current package)
		time.go#L170: type Duration time.Duration
		time.go#L173: func (d *Duration) Set(s string) error {
		time.go#L180: func (d *Duration) Type() string {
		time.go#L188: func ParseDuration(durationStr string) (Duration, error) {
		time.go#L215: 	return Duration(dur), nil
		time.go#L218: func (d Duration) String() string {
		time.go#L254: func (d Duration) MarshalYAML() (interface{}, error) {
		time.go#L259: func (d *Duration) UnmarshalYAML(unmarshal func(interface{}) error) error {