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

Struct AnyValue_DoubleValue

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

Source from the content-addressed store, hash-verified

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}
96type AnyValue_ArrayValue struct {
97 ArrayValue *ArrayValue `protobuf:"bytes,5,opt,name=array_value,json=arrayValue,proto3,oneof" json:"array_value,omitempty"`
98}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected