mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-12-27 18:46:01 +08:00
发布v2.15.7版本,更新内容请查看:https://github.com/bufanyun/hotgo/tree/v2.0/docs/guide-zh-CN/addon-version-upgrade.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// ================================================================================
|
||||
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// You can delete these comments if you wish manually maintain this interface file.
|
||||
// ================================================================================
|
||||
|
||||
@@ -12,10 +12,15 @@ import (
|
||||
|
||||
type (
|
||||
IView interface {
|
||||
// GetBreadCrumb 前台系统-获取面包屑列表
|
||||
GetBreadCrumb(ctx context.Context, in *model.ViewGetBreadCrumbInput) []model.ViewBreadCrumb
|
||||
// GetTitle 前台系统-获取标题
|
||||
GetTitle(ctx context.Context, in *model.ViewGetTitleInput) string
|
||||
// RenderTpl 渲染指定模板页面
|
||||
RenderTpl(ctx context.Context, tpl string, data ...model.View)
|
||||
// Render 渲染默认模板页面
|
||||
Render(ctx context.Context, data ...model.View)
|
||||
// Error 自定义错误页面
|
||||
Error(ctx context.Context, err error)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user