Progress on refactoring and abiding by cargo clippy

This commit is contained in:
quexeky
2024-10-15 12:32:04 +11:00
parent ccaa0ed23c
commit b3446004b1
4 changed files with 16 additions and 13 deletions
+2 -1
View File
@@ -11,10 +11,11 @@ use serde::Deserialize;
use crate::DB;
#[derive(serde::Serialize, Clone, Deserialize)]
#[serde(rename_all="camelCase")]
pub struct DatabaseAuth {
pub private: String,
pub cert: String,
pub clientId: String,
pub client_id: String,
}
#[derive(serde::Serialize, Clone, Deserialize)]