crawlers

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2015 License: BSD-3-Clause Imports: 14 Imported by: 1

Documentation

Overview

Package crawlers provides crawlers for gathering source code repository information.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crawler

type Crawler interface {
	// Crawl methods crawls data and put it into the database.
	Crawl()
}

Crawler defines methods a crawler must implement.

func New

func New(cfg config.CrawlerConfig, db *sql.DB) (Crawler, error)

New creates a new crawler. cfg corresponds to the crawler configuration, db is an opened session to the database.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL