Progress on refactoring and abiding by cargo clippy

This commit is contained in:
quexeky
2024-10-15 12:32:04 +11:00
parent b3963b60b5
commit 816b427781
4 changed files with 16 additions and 13 deletions

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)]