Add daemon-owned Iroh endpoint
This commit is contained in:
parent
b892dc6165
commit
ebc40ed208
14 changed files with 3930 additions and 431 deletions
|
|
@ -146,6 +146,8 @@ pub struct StatusResponse {
|
|||
pub socket: PathBuf,
|
||||
pub agent_id: String,
|
||||
pub node_id: String,
|
||||
pub iroh_enabled: bool,
|
||||
pub endpoint_id: Option<String>,
|
||||
pub iroh: String,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue