Documentation
¶
Index ¶
- Variables
- func BanFileController(c *gin.Context)
- func BanIpController(c *gin.Context)
- func BoardLogController(c *gin.Context)
- 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 ModLogController(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 ¶
var StartTime = time.Now()
Functions ¶
func BanFileController ¶ added in v1.1.0
BanFileController will ban an image file hash
func BanIpController ¶ added in v1.1.0
BanIpController will ban an ip
func BoardLogController ¶ added in v1.1.0
BoardLogController will get the the board audit log
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 ModLogController ¶ added in v1.1.0
ModLogController will get the the board mod actions audit log
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.