Implémenter models.V1BucketReadResponse
This commit is contained in:
parent
cd8c2d4955
commit
a6ba62fd62
3 changed files with 44 additions and 23 deletions
|
@ -52,3 +52,10 @@ type V1BucketListResponse struct {
|
|||
Buckets map[string]string
|
||||
}
|
||||
}
|
||||
|
||||
type V1BucketReadResponse struct {
|
||||
Response
|
||||
Data struct {
|
||||
Keys []string
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue