controllers

package
v0.0.0-...-36a67e5 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheController

type CacheController struct {
	beego.Controller
}

func (*CacheController) GetFromCache

func (this *CacheController) GetFromCache()

type Employee

type Employee struct {
	Id        int    `json:"id"`
	FirstName string `json:"firstName"`
	LastName  string `json:"lastName"`
}

type Employees

type Employees []Employee

type ErrorController

type ErrorController struct {
	beego.Controller
}

func (*ErrorController) Error404

func (c *ErrorController) Error404()

func (*ErrorController) Error500

func (c *ErrorController) Error500()

func (*ErrorController) ErrorGeneric

func (c *ErrorController) ErrorGeneric()

type FirstController

type FirstController struct {
	beego.Controller
}

func (*FirstController) Dashbaord

func (this *FirstController) Dashbaord()

func (*FirstController) GetEmployee

func (this *FirstController) GetEmployee()

func (*FirstController) GetEmployees

func (this *FirstController) GetEmployees()

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (c *MainController) Get()

type SessionController

type SessionController struct {
	beego.Controller
}

func (*SessionController) Home

func (this *SessionController) Home()

func (*SessionController) Login

func (this *SessionController) Login()

func (*SessionController) Logout

func (this *SessionController) Logout()

Jump to

Keyboard shortcuts

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