This commit is contained in:
Joel Wetzell
2026-03-13 21:37:40 -05:00
parent 216775c9c6
commit b6ec615e40

View File

@@ -20,6 +20,7 @@ import (
"go.opentelemetry.io/otel/trace"
)
// TODO(jwetzell): can/should this be split into different components?
type Router struct {
contextCancel context.CancelFunc
Context context.Context