backend

package
v0.0.0-...-e394574 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2018 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnswerContoller

type AnswerContoller struct {
	Base
}

func (*AnswerContoller) Destroy

func (this *AnswerContoller) Destroy()

@router /backend/answer/:id [delete]

func (*AnswerContoller) Index

func (this *AnswerContoller) Index()

@router /backend/answers [get]

type Base

type Base struct {
	beego.Controller
}

func (*Base) Prepare

func (this *Base) Prepare()

func (*Base) ValidatorAuto

func (this *Base) ValidatorAuto(frontendData interface{})

type CategoryController

type CategoryController struct {
	Base
}

func (*CategoryController) Destroy

func (this *CategoryController) Destroy()

@router /backend/category/:id [delete]

func (*CategoryController) Detail

func (this *CategoryController) Detail()

@router /backend/category/:id [get]

func (*CategoryController) Index

func (this *CategoryController) Index()

@router /backend/categories [get]

func (*CategoryController) Store

func (this *CategoryController) Store()

@router /backend/category [post]

func (*CategoryController) Update

func (this *CategoryController) Update()

@router /backend/category/:id [put]

type DashboardController

type DashboardController struct {
	Base
}

func (*DashboardController) Index

func (this *DashboardController) Index()

@router /backend/dashboard [get]

type LoginController

type LoginController struct {
	Base
}

func (*LoginController) LoginHandler

func (this *LoginController) LoginHandler()

@router /backend/login [post]

type QuestionController

type QuestionController struct {
	Base
}

func (*QuestionController) Destroy

func (this *QuestionController) Destroy()

@router /backend/question/:id [delete]

func (*QuestionController) Index

func (this *QuestionController) Index()

@router /backend/questions [get]

type SettingController

type SettingController struct {
	Base
}

func (*SettingController) SaveHandler

func (this *SettingController) SaveHandler()

@router /backend/setting/save [put]

func (*SettingController) SettingData

func (this *SettingController) SettingData()

@router /backend/setting/data [get]

type UserController

type UserController struct {
	Base
}

func (*UserController) Index

func (this *UserController) Index()

@router /backend/users [get]

func (*UserController) Show

func (this *UserController) Show()

@router /backend/user/:id [get]

func (*UserController) Update

func (this *UserController) Update()

@router /backend/user/:id [put]

Jump to

Keyboard shortcuts

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