mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
chore: Remove the todoes that we have done.
Leaving in the thing about the rpc client because that will be part of the rewrite, and some of the previous logic should be usefull for the next version of the api. We do need a bidirection but that should world
This commit is contained in:
@@ -31,9 +31,6 @@ pub struct PersistentContainer {
|
||||
procedures: Mutex<Vec<(ProcedureName, ProcedureId)>>,
|
||||
}
|
||||
|
||||
// BLUJ TODO Need to get the only action is this and not procedure/<docker,js_scripts>
|
||||
// BLUJ Modify the rpc client to match the new type
|
||||
|
||||
impl PersistentContainer {
|
||||
#[instrument(skip_all)]
|
||||
pub async fn init(seed: &Arc<ManagerSeed>) -> Result<Self, Error> {
|
||||
|
||||
Reference in New Issue
Block a user