Victor Lacasse-Beaudoin
7bf489315e
Exposes the API spec in pave format, which intends to show information about all API routes. Also pave V1SeedPOST and V1SpecGET
15 lines
180 B
Go
15 lines
180 B
Go
package apiresponse
|
|
|
|
type V1BucketList struct {
|
|
Response
|
|
Data struct {
|
|
Buckets map[string]string
|
|
}
|
|
}
|
|
|
|
type V1BucketRead struct {
|
|
Response
|
|
Data struct {
|
|
Keys []string
|
|
}
|
|
}
|