List of all items
Structs
- config::AntiCorruptionLayerConfig
- config::BackendServiceConfig
- config::BffConfig
- config::CacheConfig
- config::ChannelConfig
- config::ConsumerConfig
- config::DlqConfig
- config::EndpointConfig
- config::EntityConfig
- config::FieldConfig
- config::GatewayConfig
- config::IdempotencyConfig
- config::JobConfig
- config::LegacySystemConfig
- config::OutboxConfig
- config::ParamConfig
- config::ProducerConfig
- config::ProjectConfig
- config::RateLimitConfig
- config::RetryConfig
- config::SagaDefinitionConfig
- config::SagaOrchestratorConfig
- config::ScheduledConfig
- config::ServerConfig
- config::TopicConfig
- config::TransformationConfig
- config::WebSocketGatewayConfig
Enums
- CliArchetype
- config::Archetype
- config::AuthMethod
- config::CacheBackend
- config::FrontendType
- config::IdempotencyStorage
- config::LegacyConnectionType
- config::MessageBroker
- config::Protocol
Functions
- run
- scaffolding::create_acl_structure
- scaffolding::create_bff_structure
- scaffolding::create_consumer_structure
- scaffolding::create_directory_structure
- scaffolding::create_gateway_structure
- scaffolding::create_producer_structure
- scaffolding::create_saga_structure
- scaffolding::create_scheduled_structure
- scaffolding::create_websocket_structure
- scaffolding::generate_acl_files
- scaffolding::generate_bff_files
- scaffolding::generate_consumer_files
- scaffolding::generate_files
- scaffolding::generate_gateway_files
- scaffolding::generate_producer_files
- scaffolding::generate_saga_files
- scaffolding::generate_scheduled_files
- scaffolding::generate_websocket_files
- templates::acl::application_mod
- templates::acl::application_translator
- templates::acl::cargo_toml
- templates::acl::config_rs
- templates::acl::dockerfile
- templates::acl::domain_legacy
- templates::acl::domain_mod
- templates::acl::domain_modern
- templates::acl::domain_transformer
- templates::acl::error_rs
- templates::acl::infrastructure_health
- templates::acl::infrastructure_legacy_client
- templates::acl::infrastructure_mod
- templates::acl::main_rs
- templates::acl::presentation_handlers
- templates::acl::presentation_mod
- templates::acl::readme
- templates::basic::application_greeting_service
- templates::basic::application_mod
- templates::basic::cargo_toml
- templates::basic::domain_greeter
- templates::basic::domain_mod
- templates::basic::gitignore
- templates::basic::infrastructure_console_greeter
- templates::basic::infrastructure_mod
- templates::basic::main_rs
- templates::basic::presentation_mod
- templates::basic::readme
- templates::bff::application_aggregator
- templates::bff::application_mod
- templates::bff::cargo_toml
- templates::bff::config_rs
- templates::bff::dockerfile
- templates::bff::domain_aggregates
- templates::bff::domain_mod
- templates::bff::domain_models
- templates::bff::error_rs
- templates::bff::infrastructure_cache
- templates::bff::infrastructure_clients
- templates::bff::infrastructure_health
- templates::bff::infrastructure_mod
- templates::bff::main_rs
- templates::bff::presentation_graphql
- templates::bff::presentation_handlers
- templates::bff::presentation_mod
- templates::bff::readme
- templates::consumer::application_consumer
- templates::consumer::application_mod
- templates::consumer::cargo_toml
- templates::consumer::config_rs
- templates::consumer::dockerfile
- templates::consumer::domain_events
- templates::consumer::domain_handlers
- templates::consumer::domain_mod
- templates::consumer::error_rs
- templates::consumer::infrastructure_broker
- templates::consumer::infrastructure_health
- templates::consumer::infrastructure_idempotency
- templates::consumer::infrastructure_mod
- templates::consumer::main_rs
- templates::consumer::readme
- templates::gateway::application_mod
- templates::gateway::application_service
- templates::gateway::build_rs
- templates::gateway::cargo_toml
- templates::gateway::config_rs
- templates::gateway::dockerfile
- templates::gateway::domain_entities
- templates::gateway::domain_mod
- templates::gateway::domain_repository
- templates::gateway::env_example
- templates::gateway::error_rs
- templates::gateway::gitignore
- templates::gateway::infrastructure_auth
- templates::gateway::infrastructure_cache
- templates::gateway::infrastructure_http_client
- templates::gateway::infrastructure_mod
- templates::gateway::infrastructure_rate_limiter
- templates::gateway::lib_rs
- templates::gateway::main_rs
- templates::gateway::presentation_grpc
- templates::gateway::presentation_mod
- templates::gateway::proto_file
- templates::gateway::readme
- templates::producer::application_mod
- templates::producer::application_outbox
- templates::producer::application_service
- templates::producer::cargo_toml
- templates::producer::config_rs
- templates::producer::dockerfile
- templates::producer::domain_entities
- templates::producer::domain_events
- templates::producer::domain_mod
- templates::producer::domain_repository
- templates::producer::error_rs
- templates::producer::infrastructure_health
- templates::producer::infrastructure_mod
- templates::producer::infrastructure_outbox
- templates::producer::infrastructure_outbox_processor
- templates::producer::infrastructure_publisher
- templates::producer::infrastructure_repository
- templates::producer::main_rs
- templates::producer::presentation_handlers
- templates::producer::presentation_mod
- templates::producer::readme
- templates::saga::application_mod
- templates::saga::application_orchestrator
- templates::saga::application_steps
- templates::saga::cargo_toml
- templates::saga::config_rs
- templates::saga::dockerfile
- templates::saga::domain_mod
- templates::saga::domain_saga
- templates::saga::domain_step
- templates::saga::error_rs
- templates::saga::infrastructure_health
- templates::saga::infrastructure_mod
- templates::saga::main_rs
- templates::saga::presentation_handlers
- templates::saga::presentation_mod
- templates::saga::readme
- templates::scheduled::application_mod
- templates::scheduled::application_scheduler
- templates::scheduled::cargo_toml
- templates::scheduled::config_rs
- templates::scheduled::dockerfile
- templates::scheduled::domain_jobs
- templates::scheduled::domain_mod
- templates::scheduled::error_rs
- templates::scheduled::infrastructure_health
- templates::scheduled::infrastructure_mod
- templates::scheduled::main_rs
- templates::scheduled::readme
- templates::websocket::application_hub
- templates::websocket::application_mod
- templates::websocket::cargo_toml
- templates::websocket::config_rs
- templates::websocket::dockerfile
- templates::websocket::domain_connection
- templates::websocket::domain_messages
- templates::websocket::domain_mod
- templates::websocket::error_rs
- templates::websocket::infrastructure_health
- templates::websocket::infrastructure_mod
- templates::websocket::main_rs
- templates::websocket::presentation_handlers
- templates::websocket::presentation_mod
- templates::websocket::readme
- validation::validate_project_name