We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961f35a commit 6309dbfCopy full SHA for 6309dbf
client-middleware/opentracing/doc.go
@@ -0,0 +1,7 @@
1
+// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
2
+// SPDX-License-Identifier: Apache-2.0
3
+
4
+// Package opentracing supports opentracing instrumentation for the runtime client.
5
+//
6
+// It is provided for backward-compatibility for users who can't transition to OTEL.
7
+package opentracing
doc.go
@@ -0,0 +1,6 @@
+// Package runtime exposes runtime client and server components
+// for go-openapi toolkit.
+package runtime
0 commit comments