type go.opentelemetry.io/otel/trace.SpanID
11 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L88: type SpanID [8]byte
trace.go#L91: nilSpanID SpanID
trace.go#L97: func (s SpanID) IsValid() bool {
trace.go#L103: func (s SpanID) MarshalJSON() ([]byte, error) {
trace.go#L111: func (s SpanID) String() string {
trace.go#L116: func (s SpanID) hexBytes() [16]byte {
trace.go#L159: func SpanIDFromHex(h string) (SpanID, error) {
trace.go#L236: SpanID SpanID
trace.go#L257: spanID SpanID
trace.go#L309: func (sc SpanContext) SpanID() SpanID {
trace.go#L319: func (sc SpanContext) WithSpanID(spanID SpanID) SpanContext {
![]() |
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. |