Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AboutRoute ¶
func NewAboutRoute ¶
func NewAboutRoute(r *route.Route) *AboutRoute
func (*AboutRoute) GET ¶
func (r *AboutRoute) GET(c *gin.Context)
type ArchiveRoute ¶
func NewArchiveRoute ¶
func NewArchiveRoute(r *route.Route) *ArchiveRoute
func (*ArchiveRoute) GET ¶
func (r *ArchiveRoute) GET(c *gin.Context)
type ArticleRoute ¶
func NewArticleRoute ¶
func NewArticleRoute(r *route.Route) *ArticleRoute
func (*ArticleRoute) GET ¶
func (r *ArticleRoute) GET(c *gin.Context)
type CategoryRoute ¶
func NewCategoryRoute ¶
func NewCategoryRoute(r *route.Route) *CategoryRoute
func (*CategoryRoute) GET ¶
func (r *CategoryRoute) GET(c *gin.Context)
type HomeRoute ¶
func NewHomeRoute ¶
Click to show internal directories.
Click to hide internal directories.