adminctrl

package
v0.0.0-...-7e4f592 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthController

type AuthController interface {
	Login(c *fiber.Ctx) error
	Register(c *fiber.Ctx) error
}

func NewAuthController

func NewAuthController(service adminsrv.EmployeeService) AuthController

type CategoryController

type CategoryController interface {
	AddCategory(c *fiber.Ctx) error
}

func NewCategoryController

func NewCategoryController() CategoryController

type EmployeeController

type EmployeeController interface {
	AddEmployee(ctx *fiber.Ctx) error
}

func NewEmployeeController

func NewEmployeeController() EmployeeController

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL