package
0.0.0-20250115095841-3894622cad3f
Repository: https://github.com/haukuen/annals.git
Documentation: pkg.go.dev
# Functions
AddArticle 添加文章.
AddCategory 添加分类.
AddUser 添加用户.
ChangePassword 修改用户密码.
DeleteArticle 删除文章.
DeleteCategory 删除分类.
DeleteUser 删除用户.
EditArticle 更新文章.
EditUser 更新用户信息.
GetArticle 获取单个文章.
GetArticles 获取文章列表.
GetCategories 获取所有分类.
GetCategory 获取分类.
GetCategoryArticles 获取分类下的文章.
GetUserArticles 获取用户的文章.
GetUserInfo 查询用户信息.
No description provided by the author
No description provided by the author
SearchArticles 搜索文章.
ValidateToken 验证token的有效性.