address review: drop backwards-compat request/response aliases, use canonical names
This commit is contained in:
parent
d0beec8a40
commit
144912f8e0
14 changed files with 183 additions and 229 deletions
|
|
@ -760,7 +760,7 @@ pub(crate) async fn send_wake(
|
|||
);
|
||||
}
|
||||
}
|
||||
let req = hive_agent_sock::AgentRequest::Wake {
|
||||
let req = hive_agent_sock::Request::Wake {
|
||||
from: format!("bash-task-{id}"),
|
||||
body,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue