Documentation ¶
Index ¶
- Variables
- type TraceContext
- func (*TraceContext) Descriptor() ([]byte, []int)deprecated
- func (x *TraceContext) GetTraceparent() *wrapperspb.StringValue
- func (x *TraceContext) GetTracestate() *wrapperspb.StringValue
- func (*TraceContext) ProtoMessage()
- func (x *TraceContext) ProtoReflect() protoreflect.Message
- func (x *TraceContext) Reset()
- func (x *TraceContext) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_com_digitalasset_canton_v0_trace_context_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TraceContext ¶
type TraceContext struct { // https://www.w3.org/TR/trace-context/ Traceparent *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=traceparent,proto3" json:"traceparent,omitempty"` Tracestate *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=tracestate,proto3" json:"tracestate,omitempty"` // contains filtered or unexported fields }
func (*TraceContext) Descriptor
deprecated
func (*TraceContext) Descriptor() ([]byte, []int)
Deprecated: Use TraceContext.ProtoReflect.Descriptor instead.
func (*TraceContext) GetTraceparent ¶
func (x *TraceContext) GetTraceparent() *wrapperspb.StringValue
func (*TraceContext) GetTracestate ¶
func (x *TraceContext) GetTracestate() *wrapperspb.StringValue
func (*TraceContext) ProtoMessage ¶
func (*TraceContext) ProtoMessage()
func (*TraceContext) ProtoReflect ¶
func (x *TraceContext) ProtoReflect() protoreflect.Message
func (*TraceContext) Reset ¶
func (x *TraceContext) Reset()
func (*TraceContext) String ¶
func (x *TraceContext) String() string
Click to show internal directories.
Click to hide internal directories.