type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.Span_Link
17 uses
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
trace.pb.go#L954: type Span_Link struct {
trace.pb.go#L970: func (x *Span_Link) Reset() {
trace.pb.go#L971: *x = Span_Link{}
trace.pb.go#L979: func (x *Span_Link) String() string {
trace.pb.go#L983: func (*Span_Link) ProtoMessage() {}
trace.pb.go#L985: func (x *Span_Link) ProtoReflect() protoreflect.Message {
trace.pb.go#L998: func (*Span_Link) Descriptor() ([]byte, []int) {
trace.pb.go#L1002: func (x *Span_Link) GetTraceId() string {
trace.pb.go#L1009: func (x *Span_Link) GetSpanId() string {
trace.pb.go#L1016: func (x *Span_Link) GetType() Span_Link_Type {
trace.pb.go#L1023: func (x *Span_Link) GetAttributes() *Span_Attributes {
trace.pb.go#L1038: Link []*Span_Link `protobuf:"bytes,1,rep,name=link,proto3" json:"link,omitempty"`
trace.pb.go#L1076: func (x *Span_Links) GetLink() []*Span_Link {
trace.pb.go#L1707: (*Span_Link)(nil), // 11: google.devtools.cloudtrace.v2.Span.Link
trace.pb.go#L1863: switch v := v.(*Span_Link); i {
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L157: sp.Links.Link = make([]*tracepb.Span_Link, 0, len(s.Links))
trace_proto.go#L159: link := &tracepb.Span_Link{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |