completed implementation of #17

This commit is contained in:
Ara Sadoyan
2026-04-15 18:23:57 +02:00
parent 8aff2fa875
commit c0a419f6f7
4 changed files with 38 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ pub struct HostConfig {
pub struct Auth {
#[serde(rename = "type")]
pub auth_type: String,
#[serde(rename = "creds")]
#[serde(rename = "data")]
pub auth_cred: String,
}
#[derive(Debug, Default, Serialize, Deserialize)]