Documentation ¶
Index ¶
- Variables
- func FrontendReboot(ctx echo.Context) error
- func FrontendRoutePage(ctx echo.Context) error
- func FrontendRoutePageAdd(ctx echo.Context) error
- func FrontendRoutePageDelete(ctx echo.Context) error
- func FrontendRoutePageEdit(ctx echo.Context) error
- func MessageDelete(ctx echo.Context) error
- func MessageIndex(c echo.Context) error
- func MessageView(c echo.Context) error
- func NavigateAdd(ctx echo.Context) error
- func NavigateDelete(ctx echo.Context) error
- func NavigateEdit(ctx echo.Context) error
- func NavigateIndex(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
navigate.Item{ Display: true, Name: `消息管理`, Action: `message/index`, }, &navigate.Item{ Display: false, Name: `删除消息`, Action: `message/delete`, }, &navigate.Item{ Display: false, Name: `查看消息`, Action: `message/view/:id`, }, &navigate.Item{ Display: true, Name: `菜单管理`, Action: `navigate/index`, }, &navigate.Item{ Display: false, Name: `添加菜单`, Action: `navigate/add`, }, &navigate.Item{ Display: false, Name: `修改菜单`, Action: `navigate/edit`, }, &navigate.Item{ Display: false, Name: `删除菜单`, Action: `navigate/delete`, }, &navigate.Item{ Display: true, Name: `重启前台`, Action: `frontend/reboot`, Target: `ajax`, }, &navigate.Item{ Display: true, Name: `自定义路由页面`, Action: `frontend/route_page`, }, &navigate.Item{ Display: false, Name: `添加路由页面`, Action: `frontend/route_page_add`, }, &navigate.Item{ Display: false, Name: `修改路由页面`, Action: `frontend/route_page_edit`, }, &navigate.Item{ Display: false, Name: `删除路由页面`, Action: `frontend/route_page_delete`, }, }&
Functions ¶
func FrontendReboot ¶
func FrontendRoutePage ¶
func FrontendRoutePageAdd ¶
func FrontendRoutePageDelete ¶
func FrontendRoutePageEdit ¶
func MessageView ¶
func NavigateAdd ¶
func NavigateDelete ¶
func NavigateEdit ¶
func NavigateIndex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.