Victor Lacasse-Beaudoin
8e40050f81
Fait partie d'une suite de changements pour normaliser noms d'objets BREAKING: renommer `V1BucketList` à `V1BucketsGET`
15 lines
180 B
Go
15 lines
180 B
Go
package apiresponse
|
|
|
|
type V1BucketsGET struct {
|
|
Response
|
|
Data struct {
|
|
Buckets map[string]string
|
|
}
|
|
}
|
|
|
|
type V1BucketRead struct {
|
|
Response
|
|
Data struct {
|
|
Keys []string
|
|
}
|
|
}
|