appmgr: wrap up tor

This commit is contained in:
Aiden McClelland
2021-06-24 17:10:30 -06:00
committed by Aiden McClelland
parent 351ce2495d
commit 9630c356f4
12 changed files with 156 additions and 99 deletions

View File

@@ -9,8 +9,8 @@ use serde::{Deserialize, Serialize};
use serde_json::Value;
use crate::config::spec::{PackagePointerSpecVariant, SystemPointerSpec};
use crate::id::InterfaceId;
use crate::install::progress::InstallProgress;
use crate::net::interface::InterfaceId;
use crate::net::Network;
use crate::s9pk::manifest::{Manifest, PackageId};
use crate::status::health_check::HealthCheckId;