feat: remote file management (#3396)

This commit is contained in:
三咲雅 misaki masa 2025-12-02 19:33:27 +08:00 committed by GitHub
parent 878b74acb7
commit c7739c5941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 105 additions and 62 deletions

View file

@ -28,7 +28,7 @@ impl Provider {
}
// --- SFTP
#[derive(Deserialize, Hash, Serialize, Eq, PartialEq)]
#[derive(Deserialize, Eq, Hash, PartialEq, Serialize)]
pub struct ProviderSftp {
pub host: String,
pub user: String,