Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Boards []Board
View Source
var FollowingBoards []activitypub.ObjectBase
Functions ¶
func GetActorByNameFromBoardCollection ¶
func GetActorByNameFromBoardCollection(name string) activitypub.Actor
func GetActorFromPath ¶
func GetActorFromPath(location string, prefix string) (activitypub.Actor, error)
func StartupArchive ¶
func StartupArchive() error
Types ¶
type Board ¶
type Board struct {
Name string
Actor activitypub.Actor
Summary string
PrefName string
InReplyTo string
Location string
To string
RedirectTo string
Captcha string
CaptchaCode string
ModCred string
Domain string
TP string
Restricted bool
Post activitypub.ObjectBase
BoardType string
}
func GetBoardCollection ¶
type BoardSortAsc ¶
type BoardSortAsc []Board
func (BoardSortAsc) Len ¶
func (a BoardSortAsc) Len() int
func (BoardSortAsc) Less ¶
func (a BoardSortAsc) Less(i, j int) bool
func (BoardSortAsc) Swap ¶
func (a BoardSortAsc) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.