Documentation ¶
Index ¶
- 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 ResetPasswordController(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 ¶
This section is empty.
Functions ¶
func BanFileController ¶ added in v1.1.0
BanFileController will ban an image file hash
func BanIPController ¶ added in v1.2.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 ErrorController ¶
ErrorController handles error messages for wrong routes
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 ResetPasswordController ¶ added in v1.2.0
ResetPasswordController will reset an ip
func StatisticsController ¶
StatisticsController will get the visitor stats for a board
func StickyThreadController ¶
StickyThreadController will toggle a threads sticky bool
func UpdateTagController ¶
UpdateTagController will update a tags properties
Types ¶
This section is empty.