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 LevelAdd(ctx echo.Context) error
- func LevelDelete(ctx echo.Context) error
- func LevelEdit(ctx echo.Context) error
- func LevelIndex(ctx echo.Context) error
- func ProductAdd(ctx echo.Context) error
- func ProductDelete(ctx echo.Context) error
- func ProductEdit(ctx echo.Context) error
- func ProductIndex(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
true, Name: `代理商`, Action: `official/agent`, Icon: `trophy`, 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: `product_index`, }, { Display: false, Name: `添加代理产品`, Action: `product_add`, Icon: `plus`, }, { Display: false, Name: `修改代理产品`, Action: `product_edit`, Icon: `pencil`, }, { Display: false, Name: `删除代理产品`, Action: `product_delete`, Icon: `remove`, }, { Display: true, Name: `代理等级`, Action: `level_index`, }, { Display: false, Name: `添加代理等级`, Action: `level_add`, Icon: `plus`, }, { Display: false, Name: `修改代理等级`, Action: `level_edit`, Icon: `pencil`, }, { Display: false, Name: `删除代理等级`, Action: `level_delete`, Icon: `remove`, }, }, }Display:
Functions ¶
func LevelDelete ¶
func LevelIndex ¶
func ProductAdd ¶
func ProductDelete ¶
func ProductEdit ¶
func ProductIndex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.