init:store

This commit is contained in:
weisd
2024-06-26 18:16:10 +08:00
parent b0804ac7f0
commit fd626ec94d

View File

@@ -22,7 +22,7 @@ pub const FORMAT_CONFIG_FILE: &str = "format.json";
pub struct DiskOption {
pub cleanup: bool,
pub _health_check: bool,
pub health_check: bool,
}
pub async fn new_disk(ep: &Endpoint, opt: &DiskOption) -> Result<impl DiskAPI, Error> {