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
10 lines
129 B
Go
10 lines
129 B
Go
package apiresponse
|
|
|
|
type V1DocumentCreate struct {
|
|
Response
|
|
Data struct {
|
|
Bucket string
|
|
Key string
|
|
Size int64
|
|
}
|
|
}
|