jottacloud: implement cleanup

This commit is contained in:
buengese
2020-04-11 12:30:35 +02:00
committed by buengese
parent 2c2f4a6a05
commit 64b5105edd
2 changed files with 23 additions and 0 deletions

View File

@@ -164,6 +164,12 @@ type CustomerInfo struct {
IOSHash string `json:"ios_hash"`
}
// TrashResponse is returned when emptying the Trash
type TrashResponse struct {
Folders int64 `json:"folders"`
Files int64 `json:"files"`
}
// XML structures returned by the old API
// Flag is a hacky type for checking if an attribute is present