type go.opentelemetry.io/otel/trace.TraceID
11 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L50: type TraceID [16]byte
trace.go#L53: nilTraceID TraceID
trace.go#L59: func (t TraceID) IsValid() bool {
trace.go#L65: func (t TraceID) MarshalJSON() ([]byte, error) {
trace.go#L70: func (t TraceID) String() string {
trace.go#L103: func TraceIDFromHex(h string) (TraceID, error) {
trace.go#L104: t := TraceID{}
trace.go#L190: TraceID TraceID
trace.go#L211: traceID TraceID
trace.go#L243: func (sc SpanContext) TraceID() TraceID {
trace.go#L253: func (sc SpanContext) WithTraceID(traceID TraceID) 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. |