Documentation ¶
Overview ¶
Package crawler implements web crawler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docu ¶
type Docu struct { CreatedAt time.Time `bson:"created_at" json:"created_at"` UpdatedAt time.Time `bson:"updated_at" json:"updated_at"` Text string `bson:"text" json:"text"` Title string `bson:"title" json:"title"` URL string `bson:"url" json:"url"` }
Docu database for bbt document
type SearchResult ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) CrawlAllPages ¶
Click to show internal directories.
Click to hide internal directories.