change!: renommer HandleV1BucketRead à V1BucketGET

BREAKING: renommer `HandleV1BucketRead` à `V1BucketGET`
This commit is contained in:
Victor Lacasse-Beaudoin 2023-11-20 15:33:07 -05:00
parent c40f7eb9dc
commit d3dc5b1571
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ type V1BucketsGET struct {
}
}
type V1BucketRead struct {
type V1BucketGET struct {
Response
Data struct {
Keys []string