Documentation ¶
Index ¶
- Variables
- func Add(ctx echo.Context) error
- func Delete(ctx echo.Context) error
- func Edit(ctx echo.Context) error
- func Index(ctx echo.Context) error
- func PositionAdd(ctx echo.Context) error
- func PositionDelete(ctx echo.Context) error
- func PositionEdit(ctx echo.Context) error
- func PositionIndex(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
true, Name: `广告管理`, Action: `official/advert`, Icon: `file-text-o`, Children: &navigate.List{ { Display: true, Name: `广告管理`, Action: `index`, }, { Display: false, Name: `添加广告`, Action: `add`, Icon: `plus`, }, { Display: false, Name: `修改广告`, Action: `edit`, Icon: `pencil`, }, { Display: false, Name: `删除广告`, Action: `delete`, Icon: `remove`, }, { Display: true, Name: `广告位管理`, Action: `position_index`, }, { Display: false, Name: `添加广告位`, Action: `position_add`, Icon: `plus`, }, { Display: false, Name: `修改广告位`, Action: `position_edit`, Icon: `pencil`, }, { Display: false, Name: `删除广告位`, Action: `position_delete`, Icon: `remove`, }, }, }Display:
Functions ¶
func PositionAdd ¶
func PositionDelete ¶
func PositionEdit ¶
func PositionIndex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.