Ajouter models/ pour type Bucket #109

Merged
vlbeaudoin merged 8 commits from refactor/models into main 2023-08-19 20:31:38 -04:00
Showing only changes of commit ab5ba6708c - Show all commits

View file

@ -24,3 +24,10 @@ type UploadDocumentResponseData struct {
Object string
Size float64
}
type V1SeedResponse struct {
Response
Data struct {
Buckets []string
}
}