MCPcopy Create free account
hub / github.com/prometheus/common / ValueType

TypeAlias ValueType

model/value_type.go:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30func (*String) Type() ValueType { return ValString }
31
32type ValueType int
33
34const (
35 ValNone ValueType = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected