Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BEGIN IF THESE ARE CHANGED: Change forum/home.tmpl // Corp Announce = Tag{"announce"} Events = Tag{"events"} Discuss = Tag{"discuss"} // Game Fleet = Tag{"fleet"} Industry = Tag{"industry"} Market = Tag{"market"} PVP = Tag{"pvp"} PVE = Tag{"pve"} // Social Relations = Tag{"relations"} Intel = Tag{"intel"} Justice = Tag{"justice"} QNA = Tag{"qna"} // Other OffTopic = Tag{"offtopic"} Uncategorized = Tag{"uncategorized"} )
Functions ¶
This section is empty.
Types ¶
type ChronologicalPosts ¶
type ChronologicalPosts []Post
func (ChronologicalPosts) Len ¶
func (c ChronologicalPosts) Len() int
func (ChronologicalPosts) Less ¶
func (c ChronologicalPosts) Less(i, j int) bool
func (ChronologicalPosts) Swap ¶
func (c ChronologicalPosts) Swap(i, j int)
type LatestSnippets ¶
type LatestSnippets []Snippet
func (LatestSnippets) Len ¶
func (l LatestSnippets) Len() int
func (LatestSnippets) Less ¶
func (l LatestSnippets) Less(i, j int) bool
func (LatestSnippets) Swap ¶
func (l LatestSnippets) Swap(i, j int)
type Post ¶
type Preferences ¶
type Preferences struct{}
func DefaultPreferences ¶
func DefaultPreferences() *Preferences
type Privileges ¶
type Privileges struct{}
func DefaultAdminPrivileges ¶
func DefaultAdminPrivileges() *Privileges
func DefaultPrivileges ¶
func DefaultPrivileges() *Privileges
type RecentPreviews ¶
type RecentPreviews []ThreadPreview
func (RecentPreviews) Len ¶
func (r RecentPreviews) Len() int
func (RecentPreviews) Less ¶
func (r RecentPreviews) Less(i, j int) bool
func (RecentPreviews) Swap ¶
func (r RecentPreviews) Swap(i, j int)
type Snippet ¶
type ThreadPreview ¶
type ThreadPreview struct { Title string First *ThreadPreviewMessage Last *ThreadPreviewMessage }
func ToThreadPreview ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.