agecem-org/apiresponse/seed.go
Victor Lacasse-Beaudoin 7bf489315e feat(api): add pave spec to route /v1/spec and add seed to it
Exposes the API spec in pave format, which intends to show information
about all API routes.

Also pave V1SeedPOST and V1SpecGET
2023-11-20 15:13:42 -05:00

8 lines
95 B
Go

package apiresponse
type V1SeedPOST struct {
Response
Data struct {
Buckets []string
}
}