cleanup: define/use const for predefined blob file names.

This commit is contained in:
Dietmar Maurer
2020-05-30 14:04:15 +02:00
parent 7cc3473a4e
commit 96d65fbcd0
2 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@ use serde_json::{json, Value};
use crate::backup::BackupDir;
pub const MANIFEST_BLOB_NAME: &str = "index.json.blob";
pub const CLIENT_LOG_BLOB_NAME: &str = "client.log.blob";
pub struct FileInfo {
pub filename: String,