Documentation ¶
Index ¶
- func AdminIndex(ctx echo.Context) error
- func RegisterRoutes(g *echo.Group)
- type ArticleController
- func (ArticleController) ArticleList(ctx echo.Context) error
- func (ArticleController) ArticleQuery(ctx echo.Context) error
- func (ArticleController) CrawlArticle(ctx echo.Context) error
- func (self ArticleController) Modify(ctx echo.Context) error
- func (self ArticleController) MoveToTopic(ctx echo.Context) error
- func (self ArticleController) Publish(ctx echo.Context) error
- func (self ArticleController) RegisterRoute(g *echo.Group)
- type AuthorityController
- type MetricsController
- type NodeController
- type ProjectController
- func (ProjectController) CrawlProject(ctx echo.Context) error
- func (self ProjectController) Modify(ctx echo.Context) error
- func (ProjectController) ProjectList(ctx echo.Context) error
- func (ProjectController) ProjectQuery(ctx echo.Context) error
- func (self ProjectController) RegisterRoute(g *echo.Group)
- type ReadingController
- type RuleController
- func (RuleController) Del(ctx echo.Context) error
- func (self RuleController) Modify(ctx echo.Context) error
- func (RuleController) New(ctx echo.Context) error
- func (RuleController) Query(ctx echo.Context) error
- func (self RuleController) RegisterRoute(g *echo.Group)
- func (RuleController) RuleList(ctx echo.Context) error
- type SettingController
- type ToolController
- type TopicController
- type UserController
- func (UserController) AddBlack(ctx echo.Context) error
- func (UserController) Detail(ctx echo.Context) error
- func (UserController) Modify(ctx echo.Context) error
- func (self UserController) RegisterRoute(g *echo.Group)
- func (UserController) UserList(ctx echo.Context) error
- func (UserController) UserQuery(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminIndex ¶
func RegisterRoutes ¶
Types ¶
type ArticleController ¶
type ArticleController struct{}
func (ArticleController) ArticleList ¶
func (ArticleController) ArticleList(ctx echo.Context) error
ArticleList 所有文章(分页)
func (ArticleController) ArticleQuery ¶
func (ArticleController) ArticleQuery(ctx echo.Context) error
ArticleQuery
func (ArticleController) CrawlArticle ¶
func (ArticleController) CrawlArticle(ctx echo.Context) error
CrawlArticle
func (ArticleController) Modify ¶
func (self ArticleController) Modify(ctx echo.Context) error
Modify
func (ArticleController) MoveToTopic ¶
func (self ArticleController) MoveToTopic(ctx echo.Context) error
MoveToTopic 放入 Topic 中
func (ArticleController) Publish ¶
func (self ArticleController) Publish(ctx echo.Context) error
Publish
func (ArticleController) RegisterRoute ¶
func (self ArticleController) RegisterRoute(g *echo.Group)
注册路由
type AuthorityController ¶
type AuthorityController struct{}
func (AuthorityController) AuthList ¶
func (AuthorityController) AuthList(ctx echo.Context) error
AuthList 所有权限(分页)
func (AuthorityController) RegisterRoute ¶
func (self AuthorityController) RegisterRoute(g *echo.Group)
注册路由
type MetricsController ¶
type MetricsController struct{}
func (MetricsController) DebugExpvar ¶
func (self MetricsController) DebugExpvar(ctx echo.Context) error
func (MetricsController) RegisterRoute ¶
func (self MetricsController) RegisterRoute(g *echo.Group)
注册路由
type NodeController ¶
type NodeController struct{}
type ProjectController ¶
type ProjectController struct{}
func (ProjectController) CrawlProject ¶
func (ProjectController) CrawlProject(ctx echo.Context) error
CrawlProject
func (ProjectController) Modify ¶
func (self ProjectController) Modify(ctx echo.Context) error
Modify
func (ProjectController) ProjectList ¶
func (ProjectController) ProjectList(ctx echo.Context) error
ProjectList 所有文章(分页)
func (ProjectController) ProjectQuery ¶
func (ProjectController) ProjectQuery(ctx echo.Context) error
ProjectQuery
func (ProjectController) RegisterRoute ¶
func (self ProjectController) RegisterRoute(g *echo.Group)
注册路由
type ReadingController ¶
type ReadingController struct{}
func (ReadingController) ReadingList ¶
func (ReadingController) ReadingList(ctx echo.Context) error
ReadingList 所有晨读(分页)
func (ReadingController) ReadingQuery ¶
func (ReadingController) ReadingQuery(ctx echo.Context) error
ReadingQuery
func (ReadingController) RegisterRoute ¶
func (self ReadingController) RegisterRoute(g *echo.Group)
注册路由
type RuleController ¶
type RuleController struct{}
type SettingController ¶
type SettingController struct{}
func (SettingController) GenneralModify ¶
func (self SettingController) GenneralModify(ctx echo.Context) error
GenneralModify 常规选项修改
func (SettingController) IndexTabChildren ¶
func (self SettingController) IndexTabChildren(ctx echo.Context) error
func (SettingController) NavModify ¶
func (self SettingController) NavModify(ctx echo.Context) error
NavModify 菜单、导航修改
func (SettingController) RegisterRoute ¶
func (self SettingController) RegisterRoute(g *echo.Group)
注册路由
type ToolController ¶
type ToolController struct{}
func (ToolController) GenSitemap ¶
func (ToolController) GenSitemap(ctx echo.Context) error
GenSitemap
type TopicController ¶
type TopicController struct{}
func (TopicController) RegisterRoute ¶
func (self TopicController) RegisterRoute(g *echo.Group)
注册路由
type UserController ¶
type UserController struct{}
Click to show internal directories.
Click to hide internal directories.