Skip to main content

Module admin

Module admin 

Source

Re-exports§

pub use create::create_admin_room;

Modules§

console
create
execute 🔒
grant 🔒

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.

Type Aliases§

CommandOutput
Alias for the output structure.
Completer
Prototype of the tab-completer. The input is buffered text when tab asserted; the output will fully replace the input buffer.
Processor
Prototype of the command processor. This is a callback supplied by the reloadable admin module.
ProcessorFuture
Return type of the processor
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.