修正外部无法构建LayerConfig的问题

This commit is contained in:
2025-11-19 20:11:51 +08:00
parent a360f2c21a
commit 5f0dcc54f8

View File

@@ -108,9 +108,9 @@ pub async fn init_logging(
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct LayerConfig {
zinc_search_host: String,
username: String,
password: String,
node_name: String,
index_name: String,
pub zinc_search_host: String,
pub username: String,
pub password: String,
pub node_name: String,
pub index_name: String,
}