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: gears provide migrations, runtime executes them.
- Gear
- Core gear: DI/wiring; do not rely on migrated schema here.
- Grpc
HubCapability - gRPC Hub capability: hosts the gRPC server.
- Grpc
Service Capability - gRPC Service capability: gears that export gRPC services.
- Rest
ApiCapability - REST API capability: Pure wiring; must be sync. Runs AFTER DB migrations.
- Runnable
Capability - Capability for gears that have a long-running background task.
- System
Capability - System capability: receives runtime internals before init.