controllers

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: MIT Imports: 13 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) Prepare

func (this *BaseController) Prepare()

prepare

type InstallController

type InstallController struct {
	BaseController
}

func (*InstallController) Config

func (this *InstallController) Config()

系统配置

func (*InstallController) Database

func (this *InstallController) Database()

数据库配置

func (*InstallController) End

func (this *InstallController) End()

安装完成

func (*InstallController) Env

func (this *InstallController) Env()

环境检测

func (*InstallController) Index

func (this *InstallController) Index()

安装首页

func (*InstallController) License

func (this *InstallController) License()

许可协议

func (*InstallController) Ready

func (this *InstallController) Ready()

安装准备

func (*InstallController) Status

func (this *InstallController) Status()

获取状态

type JsonResponse

type JsonResponse struct {
	Code     int                    `json:"code"`
	Message  interface{}            `json:"message"`
	Data     interface{}            `json:"data"`
	Redirect map[string]interface{} `json:"redirect"`
}

Jump to

Keyboard shortcuts

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