controllers

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HomeControll

type HomeControll struct {
	beego.Controller
}

home页controll

func (*HomeControll) Home

func (this *HomeControll) Home()

type IndexControll

type IndexControll struct {
	beego.Controller
}

首页controll

func (*IndexControll) Index

func (this *IndexControll) Index()

type LogCreateControll

type LogCreateControll struct {
	beego.Controller
}

创建log task controll

func (*LogCreateControll) CreateLog

func (this *LogCreateControll) CreateLog()

func (*LogCreateControll) Get

func (this *LogCreateControll) Get()

type LogDeleteControll

type LogDeleteControll struct {
	beego.Controller
}

删除log task controll

func (*LogDeleteControll) DeleteLog

func (this *LogDeleteControll) DeleteLog()

type LogGetListControll

type LogGetListControll struct {
	beego.Controller
}

log list 数据controll

func (*LogGetListControll) GetData

func (this *LogGetListControll) GetData()

type LogList

type LogList struct {
	Code  int                  `json:"code"`
	Msg   string               `json:"msg"`
	Count int                  `json:"count"`
	Data  []models.LogDataInfo `json:"data"`
}

log list 数据结构体

type LogListControll

type LogListControll struct {
	beego.Controller
}

log list 页面 controll

func (*LogListControll) Get

func (this *LogListControll) Get()

type PorjectList

type PorjectList struct {
	Code  int                      `json:"code"`
	Msg   string                   `json:"msg"`
	Count int                      `json:"count"`
	Data  []models.ProjectDataInfo `json:"data"`
}

项目列表数据结构体

type ProjectCreateControll

type ProjectCreateControll struct {
	beego.Controller
}

创建项目 coltroll

func (*ProjectCreateControll) CreateProject

func (this *ProjectCreateControll) CreateProject()

func (*ProjectCreateControll) Get

func (this *ProjectCreateControll) Get()

type ProjectGetListControll

type ProjectGetListControll struct {
	beego.Controller
}

项目列表数据获取 controll

func (*ProjectGetListControll) GetData

func (this *ProjectGetListControll) GetData()

获取project列表数据

type ProjectListControll

type ProjectListControll struct {
	beego.Controller
}

项目列表页面controll

func (*ProjectListControll) Get

func (this *ProjectListControll) Get()

project 列表模版

Jump to

Keyboard shortcuts

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