Ajouter et implémenter models.V1DocumentCreateResponse

This commit is contained in:
Victor Lacasse-Beaudoin 2023-08-23 15:26:01 -04:00
parent 89291a24ba
commit 5612b593e2
2 changed files with 41 additions and 23 deletions

View file

@ -73,3 +73,12 @@ type V1BucketReadResponse struct {
Keys []string
}
}
type V1DocumentCreateResponse struct {
Response
Data struct {
Bucket string
Key string
Size int64
}
}