Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller handles all the input HTTP requests.
func NewController ¶
func NewController(namespaceService *namespace.Service) *Controller
NewController creates new Controller instance.
func (Controller) GetCurrentNamespace ¶ added in v0.6.0
func (c Controller) GetCurrentNamespace(ctx *fiber.Ctx) error
GetCurrentNamespace handles `GET /namespaces/current` endpoint.
func (Controller) GetNamespaces ¶
func (c Controller) GetNamespaces(ctx *fiber.Ctx) error
GetNamespaces renders the index view
func (Controller) ListNamespaces ¶ added in v0.6.0
func (c Controller) ListNamespaces(ctx *fiber.Ctx) error
ListNamespaces handles `GET /namespaces` endpoint.
func (Controller) NotFoundError ¶ added in v0.6.0
func (c Controller) NotFoundError(ctx *fiber.Ctx) error
NotFoundError renders Not Found error page.
Click to show internal directories.
Click to hide internal directories.