type go.opentelemetry.io/otel/trace/internal/telemetry.SpanLink
7 uses
go.opentelemetry.io/otel/trace/internal/telemetry (current package)
span.go#L117: Links []*SpanLink `json:"links,omitempty"`
span.go#L388: type SpanLink struct {
span.go#L424: func (sl *SpanLink) UnmarshalJSON(data []byte) error {
go.opentelemetry.io/otel/trace
auto.go#L568: func convLinks(links []Link) []*telemetry.SpanLink {
auto.go#L569: out := make([]*telemetry.SpanLink, 0, len(links))
auto.go#L576: func convLink(link Link) *telemetry.SpanLink {
auto.go#L577: l := &telemetry.SpanLink{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |