bee

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2023 License: Apache-2.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 BaseController

type BaseController struct {
	beego.Controller
}

func (*BaseController) View

func (b *BaseController) View()

View notice:/视图根目录/控制器名称/方法名称.html

func (*BaseController) ViewData

func (b *BaseController) ViewData(data map[string]interface{})

ViewData notice:/视图根目录/控制器名称/方法名称.html,可传返回前端的数据

func (*BaseController) ViewTpl

func (b *BaseController) ViewTpl(tpl string)

ViewTpl notice:/视图根目录/控制器名称/指定名称.html

func (*BaseController) ViewTplData

func (b *BaseController) ViewTplData(tpl string, data map[string]interface{})

ViewTplData notice:/视图根目录/控制器名称/指定名称.html,可传返回前端的数据

Jump to

Keyboard shortcuts

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