Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlogController ¶
type BlogController struct { Ctx iris.Context BlogService service.BlogService PageService service.PageService SiteService service.SiteService MenuService service.MenuService }
BlogController
func (*BlogController) GetPageBy ¶
func (c *BlogController) GetPageBy(page int64)
GetPageBy
@receiver c @param page
type IndexController ¶
type IndexController struct { Ctx iris.Context BlogService service.BlogService PageService service.PageService SiteService service.SiteService MenuService service.MenuService }
IndexController
func (*IndexController) GetByWildcard ¶
func (c *IndexController) GetByWildcard(slug string)
GetByWildcard
@receiver c @param slug
type TagController ¶
type TagController struct { Ctx iris.Context SiteService service.SiteService MenuService service.MenuService TagService service.TagService BlogService service.BlogService }
TagController
type UserController ¶
type UserController struct { Ctx iris.Context UserService service.UserService }
UserController
func (*UserController) GetBy ¶
func (c *UserController) GetBy(id int64)
Click to show internal directories.
Click to hide internal directories.