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

10 uses

	github.com/prometheus/common/model (current package)
		value.go#L238: 	Type() ValueType
		value.go#L242: func (Matrix) Type() ValueType  { return ValMatrix }
		value.go#L243: func (Vector) Type() ValueType  { return ValVector }
		value.go#L244: func (*Scalar) Type() ValueType { return ValScalar }
		value.go#L245: func (*String) Type() ValueType { return ValString }
		value.go#L247: type ValueType int
		value.go#L250: 	ValNone ValueType = iota
		value.go#L258: func (et ValueType) MarshalJSON() ([]byte, error) {
		value.go#L262: func (et *ValueType) UnmarshalJSON(b []byte) error {
		value.go#L284: func (e ValueType) String() string {