Inline strict middleware typedefs by mromaszewicz · Pull Request #2271 · oapi-codegen/oapi-codegen

@mromaszewicz @claude

Replace type aliases to runtime/strictmiddleware/* packages with inline
type definitions in all strict server templates. This removes the
unnecessary runtime dependency for StrictHandlerFunc and
StrictMiddlewareFunc, and updates interface{} to any in the fiber
template for consistency.

Closes oapi-codegen#2270

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>