feat: rename all list files

This commit is contained in:
kolaente 2022-11-13 17:38:46 +01:00
parent 2fba7bdf02
commit 8f4abd2fe8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
21 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ import (
"github.com/labstack/echo/v4"
)
// GetProjectsByNamespaceID is the web handler to delete a namespace
// TODO: depricate this in favour of namespace.ReadOne() <-- should also return the projects
// GetProjectsByNamespaceID is the web handler to get all projects belonging to a namespace
// TODO: deprecate this in favour of namespace.ReadOne() <-- should also return the projects
// @Summary Get all projects in a namespace
// @Description Returns all projects inside of a namespace.
// @tags namespace