rename(162): MANAGER_AGENT manager -> root
This commit is contained in:
parent
37b5335c27
commit
6ff2103a22
1 changed files with 2 additions and 2 deletions
|
|
@ -578,7 +578,7 @@ fn default_true() -> bool {
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
/// Logical name the broker uses for the manager.
|
/// Logical name the broker uses for the manager.
|
||||||
pub const MANAGER_AGENT: &str = "manager";
|
pub const MANAGER_AGENT: &str = "root";
|
||||||
|
|
||||||
/// Logical name the broker uses for the human operator. Messages with
|
/// Logical name the broker uses for the human operator. Messages with
|
||||||
/// `to = OPERATOR_RECIPIENT` accumulate in sqlite and surface on the
|
/// `to = OPERATOR_RECIPIENT` accumulate in sqlite and surface on the
|
||||||
|
|
@ -693,7 +693,7 @@ pub enum HelperEvent {
|
||||||
/// (the dispatcher re-parses it on approve and inserts the schedule).
|
/// (the dispatcher re-parses it on approve and inserts the schedule).
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||||
pub struct SchedulePromptPayload {
|
pub struct SchedulePromptPayload {
|
||||||
/// Names of recipient agents. Operator + `hm1nd` allowed.
|
/// Names of recipient agents. Operator + `root` allowed.
|
||||||
pub targets: Vec<String>,
|
pub targets: Vec<String>,
|
||||||
/// Message body delivered to each target's inbox at fire time.
|
/// Message body delivered to each target's inbox at fire time.
|
||||||
/// Same size budget as `Send.body` — soft cap at the broker level.
|
/// Same size budget as `Send.body` — soft cap at the broker level.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue