Documentation ¶
Index ¶
Constants ¶
View Source
const DatetimeFormat = "_2 Jan 06, 03:04 PM"
View Source
const DisplayDatetimeFormat = "2006-01-02 03:04PM"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CBoxPage ¶
type CBoxPage struct { Messages map[int]*Message CanPaginate bool ServerInfo // contains filtered or unexported fields }
func NewCBoxPage ¶
func NewCBoxPage(cbxInfo ServerInfo) *CBoxPage
func (*CBoxPage) FetchPrevious ¶
func (*CBoxPage) SmallestID ¶
type Scraper ¶
type Scraper struct { SmallestMessageID int LargestMessageID int Messages map[int]*Message ServerInfo }
func NewScraper ¶
func NewScraper() *Scraper
func NewScraperFromFile ¶
func (*Scraper) Configure ¶
func (s *Scraper) Configure(config ServerInfo)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.