Documentation ¶
Index ¶
- Variables
- func CloseThreadController(c *gin.Context)
- func DeleteImageTagController(c *gin.Context)
- func DeletePostController(c *gin.Context)
- func DeleteTagController(c *gin.Context)
- func DeleteThreadController(c *gin.Context)
- func ErrorController(c *gin.Context)
- func PurgePostController(c *gin.Context)
- func PurgeThreadController(c *gin.Context)
- func StatisticsController(c *gin.Context)
- func StickyThreadController(c *gin.Context)
- func UpdateTagController(c *gin.Context)
- func UptimeController(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var StartTime = time.Now()
Functions ¶
func CloseThreadController ¶
CloseThreadController will toggle a threads close bool
func DeleteImageTagController ¶
DeleteImageTagController will delete an image tag
func DeletePostController ¶
DeletePostController will mark a post as deleted in the database
func DeleteTagController ¶
DeleteTagController will delete a tag
func DeleteThreadController ¶
DeleteThreadController will mark a thread as deleted in the database
func PurgePostController ¶
PurgePostController will remove a deleted posts files and rows
func PurgeThreadController ¶
PurgeThreadController will remove deleted files and rows
func StatisticsController ¶
StatisticsController will get the visitor stats for a board
func StickyThreadController ¶
StickyController will toggle a threads sticky bool
func UpdateTagController ¶
UpdateTagController will update a tags properties
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.