Documentation ¶
Index ¶
- Variables
- func GetAdmin(c *fiber.Ctx) error
- func GetAdminBan(c *fiber.Ctx) error
- func GetAdminBoard(c *fiber.Ctx) error
- func GetAdminFetch(c *fiber.Ctx) error
- func GetAdminFollow(c *fiber.Ctx) error
- func GetAdminLogin(c *fiber.Ctx) error
- func GetAdminNewsDelete(c *fiber.Ctx) error
- func GetAdminNewsUpdate(c *fiber.Ctx) error
- func GetAdminResend(c *fiber.Ctx) error
- func GetAdminResolve(c *fiber.Ctx) error
- func GetAdminUnfollow(c *fiber.Ctx) error
- func GetAudit(c *fiber.Ctx) error
- func GetBanned(c *fiber.Ctx) error
- func GetBoardActor(c *fiber.Ctx) error
- func GetBoardCatalog(c *fiber.Ctx) error
- func GetBoardFollowers(c *fiber.Ctx) error
- func GetBoardFollowing(c *fiber.Ctx) error
- func GetBoardIndex(c *fiber.Ctx) error
- func GetBoardNote(c *fiber.Ctx) error
- func GetBoardOutbox(c *fiber.Ctx) error
- func GetBoardReport(c *fiber.Ctx) error
- func GetBoardThread(c *fiber.Ctx) error
- func GetCaptcha(c *fiber.Ctx) error
- func GetCaptchaID(c *fiber.Ctx) error
- func GetDelete(c *fiber.Ctx) error
- func GetFAQ(c *fiber.Ctx) error
- func GetIndex(c *fiber.Ctx) error
- func GetModeratorDel(c *fiber.Ctx) error
- func GetRegexpDelete(c *fiber.Ctx) error
- func GetRules(c *fiber.Ctx) error
- func Post(c *fiber.Ctx) error
- func PostAdminBan(c *fiber.Ctx) error
- func PostAdminLogin(c *fiber.Ctx) error
- func PostAdminNews(c *fiber.Ctx) error
- func PostBoard(c *fiber.Ctx) error
- func PostBoardInbox(c *fiber.Ctx) error
- func PostBoardReport(c *fiber.Ctx) error
- func PostModerator(c *fiber.Ctx) error
- func PostRegexp(c *fiber.Ctx) error
- func Webfinger(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DB database.Database
Prevents an import cycle.
View Source
var (
ErrInvalidID = errors.New("invalid post id")
)
View Source
var Tmpl *html.Engine
Functions ¶
func GetAdminBan ¶
func GetAdminBan(c *fiber.Ctx) error
func GetAdminBoard ¶
func GetAdminBoard(c *fiber.Ctx) error
func GetAdminFetch ¶
func GetAdminFetch(c *fiber.Ctx) error
func GetAdminFollow ¶
func GetAdminFollow(c *fiber.Ctx) error
func GetAdminLogin ¶
func GetAdminLogin(c *fiber.Ctx) error
func GetAdminNewsDelete ¶
func GetAdminNewsDelete(c *fiber.Ctx) error
func GetAdminNewsUpdate ¶
func GetAdminNewsUpdate(c *fiber.Ctx) error
func GetAdminResend ¶
func GetAdminResend(c *fiber.Ctx) error
func GetAdminResolve ¶
func GetAdminResolve(c *fiber.Ctx) error
func GetAdminUnfollow ¶
func GetAdminUnfollow(c *fiber.Ctx) error
func GetBoardActor ¶
func GetBoardActor(c *fiber.Ctx) error
func GetBoardCatalog ¶
func GetBoardCatalog(c *fiber.Ctx) error
func GetBoardFollowers ¶
func GetBoardFollowers(c *fiber.Ctx) error
func GetBoardFollowing ¶
func GetBoardFollowing(c *fiber.Ctx) error
func GetBoardIndex ¶
func GetBoardIndex(c *fiber.Ctx) error
func GetBoardNote ¶
func GetBoardNote(c *fiber.Ctx) error
func GetBoardOutbox ¶
func GetBoardOutbox(c *fiber.Ctx) error
func GetBoardReport ¶
func GetBoardReport(c *fiber.Ctx) error
func GetBoardThread ¶
func GetBoardThread(c *fiber.Ctx) error
func GetCaptcha ¶
func GetCaptcha(c *fiber.Ctx) error
func GetCaptchaID ¶
func GetCaptchaID(c *fiber.Ctx) error
func GetModeratorDel ¶
func GetModeratorDel(c *fiber.Ctx) error
func GetRegexpDelete ¶
func GetRegexpDelete(c *fiber.Ctx) error
func PostAdminBan ¶
func PostAdminBan(c *fiber.Ctx) error
func PostAdminLogin ¶
func PostAdminLogin(c *fiber.Ctx) error
func PostAdminNews ¶
func PostAdminNews(c *fiber.Ctx) error
func PostBoardInbox ¶
func PostBoardInbox(c *fiber.Ctx) error
func PostBoardReport ¶
func PostBoardReport(c *fiber.Ctx) error
func PostModerator ¶
func PostModerator(c *fiber.Ctx) error
func PostRegexp ¶
func PostRegexp(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.