Documentation ¶
Index ¶
- Variables
- type SpanList
- func (*SpanList) Descriptor() ([]byte, []int)
- func (m *SpanList) GetSpans() []*gen.Span
- func (m *SpanList) Marshal() (dAtA []byte, err error)
- func (m *SpanList) MarshalTo(dAtA []byte) (int, error)
- func (*SpanList) ProtoMessage()
- func (m *SpanList) Reset()
- func (m *SpanList) Size() (n int)
- func (m *SpanList) String() string
- func (m *SpanList) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthSpanlist = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSpanlist = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type SpanList ¶
type SpanList struct {
Spans []*gen.Span `protobuf:"bytes,1,rep,name=spans" json:"spans,omitempty"`
}
func (*SpanList) Descriptor ¶
func (*SpanList) ProtoMessage ¶
func (*SpanList) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.