type go.opentelemetry.io/otel/trace.SpanID
11 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L75: type SpanID [8]byte
trace.go#L78: nilSpanID SpanID
trace.go#L84: func (s SpanID) IsValid() bool {
trace.go#L90: func (s SpanID) MarshalJSON() ([]byte, error) {
trace.go#L95: func (s SpanID) String() string {
trace.go#L122: func SpanIDFromHex(h string) (SpanID, error) {
trace.go#L123: s := SpanID{}
trace.go#L191: SpanID SpanID
trace.go#L212: spanID SpanID
trace.go#L264: func (sc SpanContext) SpanID() SpanID {
trace.go#L274: func (sc SpanContext) WithSpanID(spanID SpanID) SpanContext {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |