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
8 lines
89 B
Go
8 lines
89 B
Go
package apiresponse
|
|
|
|
type V1SpecGET struct {
|
|
Response
|
|
Data struct {
|
|
Spec string
|
|
}
|
|
}
|