Small fixes to manage namespaces
This commit is contained in:
parent
e0244e28d7
commit
064e1cd3b7
8 changed files with 116 additions and 17 deletions
|
|
@ -19,4 +19,7 @@ type swaggerParameterBodies struct {
|
|||
|
||||
// in:body
|
||||
ListItem models.ListItem
|
||||
|
||||
// in:body
|
||||
Namespace models.Namespace
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue