forked from TrueCloudLab/frostfs-rest-gw
[#1] Build REST Gateway with FrostFS dependencies
This commit is contained in:
parent
2345fe6441
commit
803cafbbd5
70 changed files with 325 additions and 284 deletions
|
@ -10,13 +10,14 @@ import (
|
|||
|
||||
"github.com/go-openapi/runtime"
|
||||
|
||||
"github.com/nspcc-dev/neofs-rest-gw/gen/models"
|
||||
"github.com/TrueCloudLab/frostfs-rest-gw/gen/models"
|
||||
)
|
||||
|
||||
// GetContainerOKCode is the HTTP code returned for type GetContainerOK
|
||||
const GetContainerOKCode int = 200
|
||||
|
||||
/*GetContainerOK Container info.
|
||||
/*
|
||||
GetContainerOK Container info.
|
||||
|
||||
swagger:response getContainerOK
|
||||
*/
|
||||
|
@ -82,7 +83,8 @@ func (o *GetContainerOK) WriteResponse(rw http.ResponseWriter, producer runtime.
|
|||
// GetContainerBadRequestCode is the HTTP code returned for type GetContainerBadRequest
|
||||
const GetContainerBadRequestCode int = 400
|
||||
|
||||
/*GetContainerBadRequest Bad request.
|
||||
/*
|
||||
GetContainerBadRequest Bad request.
|
||||
|
||||
swagger:response getContainerBadRequest
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue