MCPcopy
hub / github.com/grafana/tempo / AnyValue_IntValue

Struct AnyValue_IntValue

pkg/tempopb/common/v1/common.pb.go:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"`
89}
90type AnyValue_IntValue struct {
91 IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof" json:"int_value,omitempty"`
92}
93type AnyValue_DoubleValue struct {
94 DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof" json:"double_value,omitempty"`
95}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected