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: `地区管理`, Action: `area/index`, }, &navigate.Item{ Display: false, Name: `添加管理`, Action: `area/add`, }, &navigate.Item{ Display: false, Name: `修改地区`, Action: `area/edit`, }, &navigate.Item{ Display: false, Name: `删除地区`, Action: `area/delete`, }, &navigate.Item{ Display: true, Name: `中文分词`, Action: `segment`, }, &navigate.Item{ Display: true, Name: `敏感词`, Action: `sensitive/index`, }, &navigate.Item{ Display: false, Name: `添加敏感词`, Action: `sensitive/add`, Icon: `pencil`, }, &navigate.Item{ Display: false, Name: `修改敏感词`, Action: `sensitive/edit`, Icon: `pencil`, }, &navigate.Item{ Display: false, Name: `删除敏感词`, 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.