forked from TrueCloudLab/frostfs-rest-gw
[#1] Add basic structure and operations
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
eb642eae89
commit
9f752cd756
65 changed files with 11534 additions and 0 deletions
19
gen/restapi/doc.go
Normal file
19
gen/restapi/doc.go
Normal file
|
@ -0,0 +1,19 @@
|
|||
// Code generated by go-swagger; DO NOT EDIT.
|
||||
|
||||
// Package restapi REST API NeoFS
|
||||
//
|
||||
// REST API NeoFS
|
||||
// Schemes:
|
||||
// http
|
||||
// Host: localhost:8090
|
||||
// BasePath: /v1
|
||||
// Version: v1
|
||||
//
|
||||
// Consumes:
|
||||
// - application/json
|
||||
//
|
||||
// Produces:
|
||||
// - application/json
|
||||
//
|
||||
// swagger:meta
|
||||
package restapi
|
Loading…
Add table
Add a link
Reference in a new issue