Documentation ¶
Index ¶
- Variables
- func Add(ctx echo.Context) error
- func CategoryAdd(ctx echo.Context) error
- func CategoryDelete(ctx echo.Context) error
- func CategoryEdit(ctx echo.Context) error
- func CategoryIndex(ctx echo.Context) error
- func Delete(ctx echo.Context) error
- func Edit(ctx echo.Context) error
- func FriendlinkAdd(ctx echo.Context) error
- func FriendlinkDelete(ctx echo.Context) error
- func FriendlinkEdit(ctx echo.Context) error
- func FriendlinkFormFilter(options ...formfilter.Options) echo.FormDataFilter
- func FriendlinkIndex(ctx echo.Context) error
- func Index(ctx echo.Context) error
- func SetArticleFormData(ctx echo.Context, sourceID string, sourceTable string)
- func SetFriendlinkFormData(ctx echo.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
true, Name: `文章管理`, Action: `official/article`, 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: `category`, }, { Display: false, Name: `添加分类`, Action: `category_add`, Icon: `plus`, }, { Display: false, Name: `修改分类`, Action: `category_edit`, Icon: `pencil`, }, { Display: false, Name: `删除分类`, Action: `category_delete`, Icon: `remove`, }, { Display: true, Name: `评论管理`, Action: `comment/index`, }, { Display: false, Name: `评论管理`, Action: `comment/list`, }, { Display: false, Name: `添加评论`, Action: `comment/add`, }, { Display: false, Name: `设置评论`, Action: `comment/edit`, }, { Display: false, Name: `删除评论`, Action: `comment/delete`, }, { Display: true, Name: `友情链接`, Action: `friendlink_index`, }, { Display: false, Name: `添加链接`, Action: `friendlink_add`, }, { Display: false, Name: `修改链接`, Action: `friendlink_edit`, }, { Display: false, Name: `删除链接`, Action: `friendlink_delete`, }, }, }Display:
Functions ¶
func CategoryAdd ¶
func CategoryDelete ¶
func CategoryEdit ¶
func CategoryIndex ¶
func FriendlinkAdd ¶
func FriendlinkDelete ¶
func FriendlinkEdit ¶
func FriendlinkFormFilter ¶
func FriendlinkFormFilter(options ...formfilter.Options) echo.FormDataFilter
func FriendlinkIndex ¶
func SetArticleFormData ¶
func SetFriendlinkFormData ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.