Skip to main content

Module admin

Module admin 

Source

Re-exportsยง

pub use context::Context;
pub use create::create_admin_room;

Modulesยง

attach ๐Ÿ”’
console
context
create
execute ๐Ÿ”’
grant ๐Ÿ”’
notices ๐Ÿ”’
processor ๐Ÿ”’
register ๐Ÿ”’
Synapse-compatible shared-secret registration backend.
respond ๐Ÿ”’

Structsยง

CommandInput
Inputs to a command are a multi-line string and optional reply_id.
Service

Enumsยง

CommandOutput
Textual output of a completed command. Markdown is the norm; Plain carries clap usage and error text, which must never be markdown-rendered.

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ยง

ProcessorResult
Carries a rendered command outcome while preserving its status.