controller

package
v0.0.0-...-2998aea Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDivisionController

type AdminDivisionController struct {
	AdminDivisionService services.IAdminDivisionService
}

func (*AdminDivisionController) Create

func (*AdminDivisionController) Delete

func (*AdminDivisionController) FindAll

func (*AdminDivisionController) FindById

func (*AdminDivisionController) Update

type AdminTierController

type AdminTierController struct {
	AdminTierService services.IAdminTierService
}

func (*AdminTierController) Create

func (*AdminTierController) FindAllPaged

func (a *AdminTierController) FindAllPaged(w http.ResponseWriter, r *http.Request, params httprouter.Params)

func (*AdminTierController) FindById

func (*AdminTierController) Update

type IAdminDivisionController

type IAdminDivisionController interface {
	Create(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	Update(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	Delete(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	FindById(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	FindAll(w http.ResponseWriter, r *http.Request, params httprouter.Params)
}

func NewAdminDivisionController

func NewAdminDivisionController(adminDivisionService services.IAdminDivisionService) IAdminDivisionController

type IAdminTierController

type IAdminTierController interface {
	Create(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	Update(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	FindById(w http.ResponseWriter, r *http.Request, params httprouter.Params)
	FindAllPaged(w http.ResponseWriter, r *http.Request, params httprouter.Params)
}

func NewAdminTierController

func NewAdminTierController(adminTierService services.IAdminTierService) IAdminTierController

Jump to

Keyboard shortcuts

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