Small fixes to manage namespaces

This commit is contained in:
kolaente 2018-07-03 08:48:28 +02:00
parent e0244e28d7
commit 064e1cd3b7
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
8 changed files with 116 additions and 17 deletions

View file

@ -19,4 +19,7 @@ type swaggerParameterBodies struct {
// in:body
ListItem models.ListItem
// in:body
Namespace models.Namespace
}