Documentation ¶
Index ¶
- Variables
- type Continue
- func (*Continue) Descriptor() ([]byte, []int)
- func (m *Continue) GetId() uint64
- func (m *Continue) Marshal() (dAtA []byte, err error)
- func (m *Continue) MarshalTo(dAtA []byte) (int, error)
- func (*Continue) ProtoMessage()
- func (m *Continue) Reset()
- func (m *Continue) Size() (n int)
- func (m *Continue) String() string
- func (m *Continue) Unmarshal(dAtA []byte) error
- func (m *Continue) XXX_DiscardUnknown()
- func (m *Continue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Continue) XXX_Merge(src proto.Message)
- func (m *Continue) XXX_Size() int
- func (m *Continue) XXX_Unmarshal(b []byte) error
- type Link
- func (*Link) Descriptor() ([]byte, []int)
- func (m *Link) GetContinue() *Continue
- func (m *Link) GetLink() isLink_Link
- func (m *Link) GetParent() *Parent
- func (m *Link) GetRoot() *Root
- func (m *Link) Marshal() (dAtA []byte, err error)
- func (m *Link) MarshalTo(dAtA []byte) (int, error)
- func (*Link) ProtoMessage()
- func (m *Link) Reset()
- func (m *Link) Size() (n int)
- func (m *Link) String() string
- func (m *Link) Unmarshal(dAtA []byte) error
- func (m *Link) XXX_DiscardUnknown()
- func (m *Link) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Link) XXX_Merge(src proto.Message)
- func (*Link) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Link) XXX_Size() int
- func (m *Link) XXX_Unmarshal(b []byte) error
- type Link_Continue
- type Link_Parent
- type Link_Root
- type Parent
- func (*Parent) Descriptor() ([]byte, []int)
- func (m *Parent) GetId() uint64
- func (m *Parent) Marshal() (dAtA []byte, err error)
- func (m *Parent) MarshalTo(dAtA []byte) (int, error)
- func (*Parent) ProtoMessage()
- func (m *Parent) Reset()
- func (m *Parent) Size() (n int)
- func (m *Parent) String() string
- func (m *Parent) Unmarshal(dAtA []byte) error
- func (m *Parent) XXX_DiscardUnknown()
- func (m *Parent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Parent) XXX_Merge(src proto.Message)
- func (m *Parent) XXX_Size() int
- func (m *Parent) XXX_Unmarshal(b []byte) error
- type Root
- func (*Root) Descriptor() ([]byte, []int)
- func (m *Root) Marshal() (dAtA []byte, err error)
- func (m *Root) MarshalTo(dAtA []byte) (int, error)
- func (*Root) ProtoMessage()
- func (m *Root) Reset()
- func (m *Root) Size() (n int)
- func (m *Root) String() string
- func (m *Root) Unmarshal(dAtA []byte) error
- func (m *Root) XXX_DiscardUnknown()
- func (m *Root) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Root) XXX_Merge(src proto.Message)
- func (m *Root) XXX_Size() int
- func (m *Root) XXX_Unmarshal(b []byte) error
- type Span
- func (*Span) Descriptor() ([]byte, []int)
- func (m *Span) GetBeginCycles() uint64
- func (m *Span) GetEndCycles() uint64
- func (m *Span) GetEvent() uint32
- func (m *Span) GetId() uint64
- func (m *Span) GetLink() *Link
- func (m *Span) Marshal() (dAtA []byte, err error)
- func (m *Span) MarshalTo(dAtA []byte) (int, error)
- func (*Span) ProtoMessage()
- func (m *Span) Reset()
- func (m *Span) Size() (n int)
- func (m *Span) String() string
- func (m *Span) Unmarshal(dAtA []byte) error
- func (m *Span) XXX_DiscardUnknown()
- func (m *Span) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Span) XXX_Merge(src proto.Message)
- func (m *Span) XXX_Size() int
- func (m *Span) XXX_Unmarshal(b []byte) error
- type SpanSet
- func (*SpanSet) Descriptor() ([]byte, []int)
- func (m *SpanSet) GetCreateTimeNs() uint64
- func (m *SpanSet) GetCyclesPerSec() uint64
- func (m *SpanSet) GetSpans() []*Span
- func (m *SpanSet) GetStartTimeNs() uint64
- func (m *SpanSet) Marshal() (dAtA []byte, err error)
- func (m *SpanSet) MarshalTo(dAtA []byte) (int, error)
- func (*SpanSet) ProtoMessage()
- func (m *SpanSet) Reset()
- func (m *SpanSet) Size() (n int)
- func (m *SpanSet) String() string
- func (m *SpanSet) Unmarshal(dAtA []byte) error
- func (m *SpanSet) XXX_DiscardUnknown()
- func (m *SpanSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SpanSet) XXX_Merge(src proto.Message)
- func (m *SpanSet) XXX_Size() int
- func (m *SpanSet) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthSpan = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSpan = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Continue ¶
type Continue struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Continue) Descriptor ¶
func (*Continue) ProtoMessage ¶
func (*Continue) ProtoMessage()
func (*Continue) XXX_DiscardUnknown ¶
func (m *Continue) XXX_DiscardUnknown()
func (*Continue) XXX_Marshal ¶
func (*Continue) XXX_Unmarshal ¶
type Link ¶
type Link struct { // Types that are valid to be assigned to Link: // *Link_Root // *Link_Parent // *Link_Continue Link isLink_Link `protobuf_oneof:"link"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Link) Descriptor ¶
func (*Link) GetContinue ¶
func (*Link) ProtoMessage ¶
func (*Link) ProtoMessage()
func (*Link) XXX_DiscardUnknown ¶
func (m *Link) XXX_DiscardUnknown()
func (*Link) XXX_OneofFuncs ¶
func (*Link) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Link) XXX_Unmarshal ¶
type Link_Continue ¶
type Link_Continue struct {
Continue *Continue `protobuf:"bytes,3,opt,name=continue,oneof"`
}
func (*Link_Continue) Size ¶
func (m *Link_Continue) Size() (n int)
type Link_Parent ¶
type Link_Parent struct {
Parent *Parent `protobuf:"bytes,2,opt,name=parent,oneof"`
}
func (*Link_Parent) Size ¶
func (m *Link_Parent) Size() (n int)
type Parent ¶
type Parent struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Parent) Descriptor ¶
func (*Parent) ProtoMessage ¶
func (*Parent) ProtoMessage()
func (*Parent) XXX_DiscardUnknown ¶
func (m *Parent) XXX_DiscardUnknown()
func (*Parent) XXX_Marshal ¶
func (*Parent) XXX_Unmarshal ¶
type Root ¶
type Root struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Root) Descriptor ¶
func (*Root) ProtoMessage ¶
func (*Root) ProtoMessage()
func (*Root) XXX_DiscardUnknown ¶
func (m *Root) XXX_DiscardUnknown()
func (*Root) XXX_Unmarshal ¶
type Span ¶
type Span struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Link *Link `protobuf:"bytes,2,opt,name=link" json:"link,omitempty"` BeginCycles uint64 `protobuf:"varint,3,opt,name=begin_cycles,json=beginCycles,proto3" json:"begin_cycles,omitempty"` EndCycles uint64 `protobuf:"varint,4,opt,name=end_cycles,json=endCycles,proto3" json:"end_cycles,omitempty"` Event uint32 `protobuf:"varint,5,opt,name=event,proto3" json:"event,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Span) Descriptor ¶
func (*Span) GetBeginCycles ¶
func (*Span) GetEndCycles ¶
func (*Span) ProtoMessage ¶
func (*Span) ProtoMessage()
func (*Span) XXX_DiscardUnknown ¶
func (m *Span) XXX_DiscardUnknown()
func (*Span) XXX_Unmarshal ¶
type SpanSet ¶
type SpanSet struct { StartTimeNs uint64 `protobuf:"varint,1,opt,name=start_time_ns,json=startTimeNs,proto3" json:"start_time_ns,omitempty"` CyclesPerSec uint64 `protobuf:"varint,2,opt,name=cycles_per_sec,json=cyclesPerSec,proto3" json:"cycles_per_sec,omitempty"` Spans []*Span `protobuf:"bytes,3,rep,name=spans" json:"spans,omitempty"` CreateTimeNs uint64 `protobuf:"varint,4,opt,name=create_time_ns,json=createTimeNs,proto3" json:"create_time_ns,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SpanSet) Descriptor ¶
func (*SpanSet) GetCreateTimeNs ¶
func (*SpanSet) GetCyclesPerSec ¶
func (*SpanSet) GetStartTimeNs ¶
func (*SpanSet) ProtoMessage ¶
func (*SpanSet) ProtoMessage()
func (*SpanSet) XXX_DiscardUnknown ¶
func (m *SpanSet) XXX_DiscardUnknown()
func (*SpanSet) XXX_Marshal ¶
func (*SpanSet) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.