Re-exports§
pub use context::Context;pub use create::create_admin_room;
Modules§
- console
- context
- create
- execute 🔒
- grant 🔒
- processor 🔒
- register 🔒
- Synapse-compatible shared-secret registration backend.
Structs§
- Command
Input - Inputs to a command are a multi-line string and optional reply_id.
- Service
Constants§
- COMMAND_
QUEUE_ 🔒LIMIT - Maximum number of commands which can be queued for dispatch.
Traits§
- Command
- Root of a clap command tree installed by a downstream crate.
Type Aliases§
- Command
Output - Alias for the output structure.
- Processor
Result - Result wrapping of a command’s handling. Both variants are complete message events which have digested any prior errors. The wrapping preserves whether the command failed without interpreting the text. Ok(None) outputs are dropped to produce no response.