change!: renommer HandleV1BucketRead à V1BucketGET
BREAKING: renommer `HandleV1BucketRead` à `V1BucketGET`
This commit is contained in:
parent
c40f7eb9dc
commit
d3dc5b1571
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ type V1BucketsGET struct {
|
|||
}
|
||||
}
|
||||
|
||||
type V1BucketRead struct {
|
||||
type V1BucketGET struct {
|
||||
Response
|
||||
Data struct {
|
||||
Keys []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue