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

Struct AnyValue_BytesValue

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

Source from the content-addressed store, hash-verified

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}
105
106func (*AnyValue_StringValue) isAnyValue_Value() {}
107func (*AnyValue_BoolValue) isAnyValue_Value() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected