9 lines
99 B
Go
9 lines
99 B
Go
|
package apiresponse
|
||
|
|
||
|
type V1SeedResponse struct {
|
||
|
Response
|
||
|
Data struct {
|
||
|
Buckets []string
|
||
|
}
|
||
|
}
|