type go.opentelemetry.io/otel/trace.TraceID
11 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L37: type TraceID [16]byte
trace.go#L40: nilTraceID TraceID
trace.go#L46: func (t TraceID) IsValid() bool {
trace.go#L52: func (t TraceID) MarshalJSON() ([]byte, error) {
trace.go#L60: func (t TraceID) String() string {
trace.go#L66: func (t TraceID) hexBytes() [32]byte {
trace.go#L133: func TraceIDFromHex(h string) (TraceID, error) {
trace.go#L235: TraceID TraceID
trace.go#L256: traceID TraceID
trace.go#L288: func (sc SpanContext) TraceID() TraceID {
trace.go#L298: func (sc SpanContext) WithTraceID(traceID TraceID) 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. |