-
- Downloads
Simplify `Plugin` trait (#2740)
## Motivation and Context https://github.com/awslabs/smithy-rs/issues/2444 ## Description - Simplify `Plugin`, make it closer to `Layer`. - Remove `Operation`.
Showing
- CHANGELOG.next.toml 197 additions, 2 deletionsCHANGELOG.next.toml
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/ServerRustModule.kt 4 additions, 32 deletions...zon/smithy/rust/codegen/server/smithy/ServerRustModule.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/DocHandlerGenerator.kt 20 additions, 11 deletions...t/codegen/server/smithy/generators/DocHandlerGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerOperationGenerator.kt 1 addition, 1 deletion...egen/server/smithy/generators/ServerOperationGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerRootGenerator.kt 3 additions, 2 deletions...t/codegen/server/smithy/generators/ServerRootGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerRuntimeTypesReExportsGenerator.kt 0 additions, 1 deletion...smithy/generators/ServerRuntimeTypesReExportsGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGenerator.kt 115 additions, 37 deletions...odegen/server/smithy/generators/ServerServiceGenerator.kt
- design/src/server/anatomy.md 313 additions, 326 deletionsdesign/src/server/anatomy.md
- design/src/server/instrumentation.md 26 additions, 9 deletionsdesign/src/server/instrumentation.md
- design/src/server/middleware.md 140 additions, 84 deletionsdesign/src/server/middleware.md
- examples/pokemon-service-common/tests/plugins_execution_order.rs 11 additions, 14 deletions...s/pokemon-service-common/tests/plugins_execution_order.rs
- examples/pokemon-service/src/main.rs 3 additions, 3 deletionsexamples/pokemon-service/src/main.rs
- examples/pokemon-service/src/plugin.rs 10 additions, 29 deletionsexamples/pokemon-service/src/plugin.rs
- rust-runtime/aws-smithy-http-server/src/extension.rs 22 additions, 41 deletionsrust-runtime/aws-smithy-http-server/src/extension.rs
- rust-runtime/aws-smithy-http-server/src/instrumentation/layer.rs 0 additions, 67 deletions...ntime/aws-smithy-http-server/src/instrumentation/layer.rs
- rust-runtime/aws-smithy-http-server/src/instrumentation/mod.rs 2 additions, 4 deletions...runtime/aws-smithy-http-server/src/instrumentation/mod.rs
- rust-runtime/aws-smithy-http-server/src/instrumentation/plugin.rs 15 additions, 22 deletions...time/aws-smithy-http-server/src/instrumentation/plugin.rs
- rust-runtime/aws-smithy-http-server/src/instrumentation/service.rs 2 additions, 2 deletions...ime/aws-smithy-http-server/src/instrumentation/service.rs
- rust-runtime/aws-smithy-http-server/src/operation/handler.rs 2 additions, 2 deletionsrust-runtime/aws-smithy-http-server/src/operation/handler.rs
- rust-runtime/aws-smithy-http-server/src/operation/mod.rs 15 additions, 72 deletionsrust-runtime/aws-smithy-http-server/src/operation/mod.rs
Loading
Please register or sign in to comment