Ajouter models/ pour type Bucket #109
1 changed files with 7 additions and 0 deletions
|
@ -24,3 +24,10 @@ type UploadDocumentResponseData struct {
|
||||||
Object string
|
Object string
|
||||||
Size float64
|
Size float64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type V1SeedResponse struct {
|
||||||
|
Response
|
||||||
|
Data struct {
|
||||||
|
Buckets []string
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue