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

Struct AnyValue_StringValue

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

Source from the content-addressed store, hash-verified

82}
83
84type AnyValue_StringValue struct {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected