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

Struct AnyValue_BoolValue

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

Source from the content-addressed store, hash-verified

85 StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof" json:"string_value,omitempty"`
86}
87type AnyValue_BoolValue struct {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected