Re-exports§
pub use crate::api::openapi_registry::OpenApiRegistry;
Structs§
- Register
Grpc Service Fn - Represents a gRPC service registration callback used by the gRPC hub.
Traits§
- ApiGateway
Capability - API Gateway capability: handles gateway hosting with prepare/finalize phases. Must be sync. Runs during REST phase, but doesn’t start the server.
- Database
Capability - Database capability: modules provide migrations, runtime executes them.
- Grpc
HubCapability - gRPC Hub capability: hosts the gRPC server.
- Grpc
Service Capability - gRPC Service capability: modules that export gRPC services.
- Module
- Core module: DI/wiring; do not rely on migrated schema here.
- Rest
ApiCapability - REST API capability: Pure wiring; must be sync. Runs AFTER DB migrations.
- Runnable
Capability - System
Capability - System capability: receives runtime internals before init.