1
0

Added method to show one namespace

This commit is contained in:
kolaente
2018-07-02 09:09:32 +02:00
parent 124e4f4a5b
commit 06cae09f77
6 changed files with 199 additions and 13 deletions

View File

@ -7,7 +7,7 @@ import (
"strconv"
)
// AddOrUpdateList Adds or updates a new list
// GetListByID Adds or updates a new list
func GetListByID(c echo.Context) error {
// swagger:operation GET /lists/{listID} lists getList
// ---