move dirty to crate::utils

This commit is contained in:
Luna Yao
2026-04-18 03:46:43 +02:00
parent 7345acfe7c
commit 84984e1641
6 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -134,12 +134,12 @@ pub trait ConfigLoader: Send + Sync + DnsConfigLoaderExt {
fn get_id(&self) -> uuid::Uuid;
fn set_id(&self, id: uuid::Uuid);
fn get_inst_name(&self) -> String;
fn set_inst_name(&self, name: String);
fn get_hostname(&self) -> String;
fn set_hostname(&self, name: Option<String>);
fn get_inst_name(&self) -> String;
fn set_inst_name(&self, name: String);
fn get_netns(&self) -> Option<String>;
fn set_netns(&self, ns: Option<String>);