1
0

Small fixes to manage namespaces

This commit is contained in:
kolaente
2018-07-03 08:48:28 +02:00
parent e0244e28d7
commit 064e1cd3b7
8 changed files with 116 additions and 17 deletions

View File

@ -50,3 +50,14 @@ type swaggerResponseLIstItem struct {
// in:body
Body models.ListItem `json:"body"`
}
// ================
// Namespace definitions
// ================
// Namespace
// swagger:response Namespace
type swaggerResponseNamespace struct {
// in:body
Body models.Namespace `json:"body"`
}