Ajouter et implémenter models.V1DocumentCreateResponse
This commit is contained in:
parent
89291a24ba
commit
5612b593e2
2 changed files with 41 additions and 23 deletions
|
@ -73,3 +73,12 @@ type V1BucketReadResponse struct {
|
|||
Keys []string
|
||||
}
|
||||
}
|
||||
|
||||
type V1DocumentCreateResponse struct {
|
||||
Response
|
||||
Data struct {
|
||||
Bucket string
|
||||
Key string
|
||||
Size int64
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue