controllers

package
v0.0.0-...-ee64de5 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2019 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 BaseController

type BaseController struct {
	beego.Controller
}

func (*BaseController) SendJson

func (this *BaseController) SendJson(dto interface{})

type TodosController

type TodosController struct {
	BaseController
}

func (*TodosController) CreateTodo

func (this *TodosController) CreateTodo()

func (*TodosController) DeleteAllTodos

func (this *TodosController) DeleteAllTodos()

func (*TodosController) DeleteTodo

func (this *TodosController) DeleteTodo()

func (*TodosController) GetAllCompletedTodos

func (this *TodosController) GetAllCompletedTodos()

func (*TodosController) GetAllPendingTodos

func (this *TodosController) GetAllPendingTodos()

func (*TodosController) GetAllTodos

func (this *TodosController) GetAllTodos()

func (*TodosController) GetTodoById

func (this *TodosController) GetTodoById()

func (*TodosController) UpdateTodo

func (this *TodosController) UpdateTodo()

Jump to

Keyboard shortcuts

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