Versions in this module Expand all Collapse all v1 v1.15.1 Nov 7, 2019 Changes in this version + var SpanRefType_name = map[int32]string + var SpanRefType_value = map[string]int32 + type SpanRef struct + RefType SpanRefType + SpanId []byte + TraceId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SpanRef) Descriptor() ([]byte, []int) + func (*SpanRef) ProtoMessage() + func (m *SpanRef) GetRefType() SpanRefType + func (m *SpanRef) GetSpanId() []byte + func (m *SpanRef) GetTraceId() []byte + func (m *SpanRef) Reset() + func (m *SpanRef) String() string + func (m *SpanRef) XXX_DiscardUnknown() + func (m *SpanRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpanRef) XXX_Merge(src proto.Message) + func (m *SpanRef) XXX_Size() int + func (m *SpanRef) XXX_Unmarshal(b []byte) error + type SpanRefType int32 + const SpanRefType_CHILD_OF + const SpanRefType_FOLLOWS_FROM + func (SpanRefType) EnumDescriptor() ([]byte, []int) + func (x SpanRefType) String() string