Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageFetcher ¶
type PageFetcher struct {
// contains filtered or unexported fields
}
func NewPageFetcher ¶
func NewPageFetcher(url string, pSub string) *PageFetcher
func (*PageFetcher) FetchTablePage ¶
func (pf *PageFetcher) FetchTablePage(ctx context.Context, group string, date string) (*html.Node, error)
FetchTablePage implements application.PageFetcher
type TableParser ¶
type TableParser struct {
// contains filtered or unexported fields
}
func NewTableParser ¶
func NewTableParser(tr application.TableRepository) *TableParser
Click to show internal directories.
Click to hide internal directories.