Documentation
¶
Index ¶
- Variables
- func AreaAdd(ctx echo.Context) error
- func AreaDelete(ctx echo.Context) error
- func AreaEdit(ctx echo.Context) error
- func AreaGroupAdd(ctx echo.Context) error
- func AreaGroupDelete(ctx echo.Context) error
- func AreaGroupEdit(ctx echo.Context) error
- func AreaGroupIndex(ctx echo.Context) error
- func AreaIndex(ctx echo.Context) error
- func Segment(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SegmentMode = echo.NewKVData()
View Source
&navigate.Item{ Display: true, Name: echo.T(`地区管理`), Action: `area/index`, }, &navigate.Item{ Display: false, Name: echo.T(`添加地区`), Action: `area/add`, }, &navigate.Item{ Display: false, Name: echo.T(`修改地区`), Action: `area/edit`, }, &navigate.Item{ Display: false, Name: echo.T(`删除地区`), Action: `area/delete`, }, &navigate.Item{ Display: false, Name: echo.T(`地区分组管理`), Action: `area/group_index`, }, &navigate.Item{ Display: false, Name: echo.T(`添加地区分组`), Action: `area/group_add`, }, &navigate.Item{ Display: false, Name: echo.T(`修改地区分组`), Action: `area/group_edit`, }, &navigate.Item{ Display: false, Name: echo.T(`删除地区分组`), Action: `area/group_delete`, }, &navigate.Item{ Display: true, Name: echo.T(`中文分词`), Action: `segment`, }, &navigate.Item{ Display: true, Name: echo.T(`敏感词`), Action: `sensitive/index`, }, &navigate.Item{ Display: false, Name: echo.T(`添加敏感词`), Action: `sensitive/add`, Icon: `pencil`, }, &navigate.Item{ Display: false, Name: echo.T(`修改敏感词`), Action: `sensitive/edit`, Icon: `pencil`, }, &navigate.Item{ Display: false, Name: echo.T(`删除敏感词`), Action: `sensitive/delete`, Icon: `remove`, }, }
Functions ¶
func AreaDelete ¶
func AreaGroupAdd ¶
func AreaGroupDelete ¶
func AreaGroupEdit ¶
func AreaGroupIndex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.