Versions in this module Expand all Collapse all v0 v0.1.1 Jul 16, 2022 v0.1.0 Jun 26, 2022 Changes in this version + func GetActorPost(ctx *fiber.Ctx, path string) error + func GetThemeCookie(c *fiber.Ctx) string + func ParseOutboxRequest(ctx *fiber.Ctx, actor activitypub.Actor) error + func TemplateFunctions(engine *html.Engine) + func WantToServeArchive(actorName string) (activitypub.Collection, bool, error) + func WantToServeCatalog(actorName string) (activitypub.Collection, bool, error) + type AdminPage struct + Actor string + AutoSubscribe bool + Board webfinger.Board + Boards []webfinger.Board + Domain string + Followers []string + Following []string + Instance activitypub.Actor + IsLocal bool + Key string + Meta Meta + PostBlacklist []util.PostBlacklist + RecentPosts []activitypub.ObjectBase + ThemeCookie string + Themes *[]string + Title string + type Meta struct + Description string + Preview string + Title string + Url string + type PageData struct + Board webfinger.Board + BoardRemainer []int + Boards []webfinger.Board + CurrentPage int + Instance activitypub.Actor + Key string + Meta Meta + NewsItems []db.NewsItem + Pages []int + PostId string + PostType string + Posts []activitypub.ObjectBase + PreferredUsername string + ReturnTo string + ThemeCookie string + Themes *[]string + Title string + TotalPage int