Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBoardURL = "https://www.maniac-forum.de/forum/"
DefaultBoardURL is the default base url of the forum
View Source
var Logger *log.Logger
Logger is a logger for the board
Functions ¶
func ClearCache ¶
func ClearCache()
func IsMessageRead ¶
IsMessageRead checks if a message has been read
Types ¶
type Forum ¶
Forum represents the whole forum
func (*Forum) GetMessage ¶
GetMessage fetches a message based on it's resource string
type Message ¶
type Message struct { ID string Content string Link string Topic string Date string EnrichedContent string Links []string Hierarchy int Author User Read bool Thread *Thread Board *Board }
Message contains information about a Maniac Forum Message. Single response to a Thread.
Click to show internal directories.
Click to hide internal directories.