Skip to main content

Module Commands

Module Commands 

Source
Expand description

Command-registration RPC service. Three sub-files: CommandService (the impl handle), CommandValidation (input checks), Command (the DTO).

Modulesยง

Command
Command definition DTO.
CommandService
Command registration and execution service.
CommandValidation
Command-input validation hook. Currently a placeholder.