We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b0614 commit a863d67Copy full SHA for a863d67
aibtrace/aibtrace.go
@@ -8,8 +8,10 @@ import (
8
"go.opentelemetry.io/otel/trace"
9
)
10
11
-type traceInterceptionAttrsContextKey struct{}
12
-type traceRequestBridgeAttrsContextKey struct{}
+type (
+ traceInterceptionAttrsContextKey struct{}
13
+ traceRequestBridgeAttrsContextKey struct{}
14
+)
15
16
const (
17
// trace attribute key constants
0 commit comments