Expand description
Command-registration RPC service. Three sub-files: CommandService (the
impl handle), CommandValidation (input checks), Command (the DTO).
Modulesยง
- Command
- Command definition DTO.
- Command
Service - Command registration and execution service.
- Command
Validation - Command-input validation hook. Currently a placeholder.