style: fix some golangci-lint warnings

This commit is contained in:
yusing
2025-09-26 23:45:59 +08:00
parent dc1175ad69
commit d406b940d9
6 changed files with 12 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ type RouteContextKey struct{}
type RouteContext struct {
context.Context
Route types.HTTPRoute
}