package
Version:
v0.0.0-...-eb64f0e
Opens a new window with list of versions in this module.
Published: Sep 18, 2018
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewStackOverFlow(dataCh chan crawler.Data, finishCh chan struct{}) *stackOverFlowCrawler
type Blog struct {
Source string `bson:"source"`
Title string `bson:"title"`
Author string `bson:"author"`
Date string `bson:"date"`
Photo string `bson:"photo"`
Content string `bson:"content"`
}
func (b *Blog) File() (title, filetype, content string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.