Versions in this module Expand all Collapse all v1 v1.8.5 Jan 4, 2019 Changes in this version + func GetAdSettingsAction(c *gin.Context) + func UpdateAdSettingsAction(c *gin.Context) v1.8.4 Nov 29, 2018 v1.8.3 Nov 2, 2018 v1.8.2 Oct 17, 2018 Changes in this version + func CheckVersionAction(c *gin.Context) v1.8.1 Sep 12, 2018 v1.8.0 Aug 9, 2018 v1.7.0 Jul 3, 2018 Changes in this version + func GetAccountAction(c *gin.Context) + func UpdateAccountAction(c *gin.Context) + func UpdatePasswordAction(c *gin.Context) v1.6.0 May 31, 2018 v1.5.0 Apr 25, 2018 v1.4.0 Mar 21, 2018 v1.2.0 Jan 19, 2018 v1.1.0 Jan 11, 2018 Changes in this version + func GetThirdStatisticSettingsAction(c *gin.Context) + func UpdateThirdStatisticSettingsAction(c *gin.Context) v1.0.0 Dec 28, 2017 Changes in this version + func AddArticleAction(c *gin.Context) + func AddCategoryAction(c *gin.Context) + func AddNavigationAction(c *gin.Context) + func AddUserAction(c *gin.Context) + func BlogSwitchAction(c *gin.Context) + func CheckVersion(c *gin.Context) + func ExportMarkdownAction(c *gin.Context) + func GenArticlesAction(c *gin.Context) + func GetArticleAction(c *gin.Context) + func GetArticleThumbsAction(c *gin.Context) + func GetArticlesAction(c *gin.Context) + func GetBasicSettingsAction(c *gin.Context) + func GetCategoriesAction(c *gin.Context) + func GetCategoryAction(c *gin.Context) + func GetCommentsAction(c *gin.Context) + func GetFeedSettingsAction(c *gin.Context) + func GetI18nSettingsAction(c *gin.Context) + func GetNavigationAction(c *gin.Context) + func GetNavigationsAction(c *gin.Context) + func GetPreferenceSettingsAction(c *gin.Context) + func GetSignSettingsAction(c *gin.Context) + func GetTagsAction(c *gin.Context) + func GetThemesAction(c *gin.Context) + func GetUsersAction(c *gin.Context) + func ImportMarkdownAction(c *gin.Context) + func LoginCheck(c *gin.Context) + func MarkdownAction(c *gin.Context) + func RemoveArticleAction(c *gin.Context) + func RemoveArticlesAction(c *gin.Context) + func RemoveCategoryAction(c *gin.Context) + func RemoveCommentAction(c *gin.Context) + func RemoveCommentsAction(c *gin.Context) + func RemoveNavigationAction(c *gin.Context) + func ShowAdminPagesAction(c *gin.Context) + func UpdateArticleAction(c *gin.Context) + func UpdateBasicSettingsAction(c *gin.Context) + func UpdateCategoryAction(c *gin.Context) + func UpdateFeedSettingsAction(c *gin.Context) + func UpdateI18nSettingsAction(c *gin.Context) + func UpdateNavigationAction(c *gin.Context) + func UpdatePreferenceSettingsAction(c *gin.Context) + func UpdateSignSettingsAction(c *gin.Context) + func UpdateThemeAction(c *gin.Context) + type ConsoleArticle struct + Author *ConsoleAuthor + CommentCount int + CreatedAt string + ID uint + Tags []*ConsoleTag + Title string + Topped bool + URL string + ViewCount int + type ConsoleAuthor struct + AvatarURL string + Name string + URL string + func (u *ConsoleAuthor) AvatarURLWithSize(size int) string + type ConsoleCategory struct + Description string + ID uint + Number int + Tags string + Title string + URL string + type ConsoleComment struct + ArticleAuthor *ConsoleAuthor + Author *ConsoleAuthor + Content template.HTML + CreatedAt string + ID uint + Title string + URL string + type ConsoleNavigation struct + ID uint + IconURL string + Number int + OpenMethod string + Title string + URL string + type ConsoleTag struct + Title string + URL string + type ConsoleTheme struct + Name string + ThumbnailURL string + type ConsoleUser struct + ArticleCount int + AvatarURL string + ID uint + Name string + Nickname string + Role int + URL string