Documentation ¶
Index ¶
- func BackUpDB(c *gin.Context)
- func CheckFile(c *gin.Context)
- func DeleteCate(c *gin.Context)
- func DeleteComment(c *gin.Context)
- func DeleteLike(c *gin.Context)
- func DeleteMessage(c *gin.Context)
- func DeletePost(c *gin.Context)
- func DeleteShare(c *gin.Context)
- func DeleteSub(c *gin.Context)
- func DeleteTag(c *gin.Context)
- func DeleteView(c *gin.Context)
- func DeleteZhuanlan(c *gin.Context)
- func ExportDataBase(c *gin.Context)
- func ExportPosts(c *gin.Context)
- func GetCate(c *gin.Context)
- func GetComment(c *gin.Context)
- func GetLike(c *gin.Context)
- func GetMessage(c *gin.Context)
- func GetPost(c *gin.Context)
- func GetShare(c *gin.Context)
- func GetSub(c *gin.Context)
- func GetTag(c *gin.Context)
- func GetView(c *gin.Context)
- func GetZhuanlan(c *gin.Context)
- func InitDB(c *gin.Context)
- func NewPost(c *gin.Context)
- func UpdateCate(c *gin.Context)
- func UpdateComment(c *gin.Context)
- func UpdateLike(c *gin.Context)
- func UpdateMessage(c *gin.Context)
- func UpdatePost(c *gin.Context)
- func UpdateShare(c *gin.Context)
- func UpdateSub(c *gin.Context)
- func UpdateTag(c *gin.Context)
- func UpdateView(c *gin.Context)
- func UpdateZhuanlan(c *gin.Context)
- func UploadFile(c *gin.Context)
- func UploadFileCallBack(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteCate ¶
func DeleteComment ¶
func DeleteLike ¶
func DeleteMessage ¶
func DeleteShare ¶
func DeleteView ¶
func DeleteZhuanlan ¶
func ExportPosts ¶
ExportPosts 文章导出 分为全部导出和单个文章的导出 不传递参数时为全部导出 生成文件的逻辑由前端处理
func GetComment ¶
func GetMessage ¶
func UpdateCate ¶
func UpdateComment ¶
func UpdateLike ¶
func UpdateMessage ¶
func UpdatePost ¶
func UpdateShare ¶
func UpdateView ¶
func UpdateZhuanlan ¶
func UploadFile ¶
UploadFile markdown文件的上传解析 因为不会保存为临时文件 所以直接读取上传的字节流
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.