Skip to main content

Module admin

Module admin 

Source

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§

CommandInput
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§

CommandOutput
Alias for the output structure.
ProcessorResult
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.