forked from TrueCloudLab/frostfs-rest-gw
parent
087a1c79db
commit
24817701ee
62 changed files with 171 additions and 205 deletions
|
@ -36,10 +36,10 @@ func NewPutContainer(ctx *middleware.Context, handler PutContainerHandler) *PutC
|
|||
return &PutContainer{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/*
|
||||
PutContainer swagger:route PUT /containers putContainer
|
||||
/* PutContainer swagger:route PUT /containers putContainer
|
||||
|
||||
Create new container in FrostFS
|
||||
|
||||
Create new container in NeoFS
|
||||
*/
|
||||
type PutContainer struct {
|
||||
Context *middleware.Context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue