Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
(*String) Type() ValueType {
return
ValString }
31
32
type
ValueType int
33
34
const
(
35
ValNone ValueType = iota
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected