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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |