Integrated the DocCMiddleware.Configuration type to the DocCMiddleware type in the library target.

This commit is contained in:
2025-09-23 16:21:25 +02:00
parent d87c828608
commit 398b852ac8
3 changed files with 99 additions and 66 deletions
@@ -18,8 +18,8 @@ extension Tag {
/// Tag that indicate a test case for an enumeration type.
@Tag static var enumeration: Self
/// Tag that indicate a test case for a type initialization.
@Tag static var initializer: Self
/// Tag that indicate a test case for a middleware type.
@Tag static var middleware: Self
/// Tag that indicate a test case for a use case type.
@Tag static var useCase: Self