refactor: remove hyperhive.role option — there is only one role: agent
This commit is contained in:
parent
d35408a18d
commit
41eb3f806c
23 changed files with 105 additions and 229 deletions
|
|
@ -198,7 +198,6 @@ trait Surface {
|
|||
struct AgentSurface;
|
||||
|
||||
impl Surface for AgentSurface {
|
||||
|
||||
async fn ack_turn(socket: &Path) {
|
||||
match client::request::<_, AgentResponse>(socket, &AgentRequest::AckTurn).await {
|
||||
Ok(AgentResponse::Ok) => {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue