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

Struct AnyValue_KvlistValue

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

Source from the content-addressed store, hash-verified

97 ArrayValue *ArrayValue `protobuf:"bytes,5,opt,name=array_value,json=arrayValue,proto3,oneof" json:"array_value,omitempty"`
98}
99type AnyValue_KvlistValue struct {
100 KvlistValue *KeyValueList `protobuf:"bytes,6,opt,name=kvlist_value,json=kvlistValue,proto3,oneof" json:"kvlist_value,omitempty"`
101}
102type AnyValue_BytesValue struct {
103 BytesValue []byte `protobuf:"bytes,7,opt,name=bytes_value,json=bytesValue,proto3,oneof" json:"bytes_value,omitempty"`
104}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected