1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

Generate global or tenant level backup file

This commit is contained in:
sauls8t 2018-10-11 16:19:11 +01:00
parent 4094677792
commit 66d5e73ed1
5 changed files with 533 additions and 28 deletions

View file

@ -21,6 +21,6 @@ type Attachment struct {
Job string `json:"job"`
FileID string `json:"fileId"`
Filename string `json:"filename"`
Data []byte `json:"-"`
Data []byte `json:"data"`
Extension string `json:"extension"`
}