package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 9, 2015
License: BSD-3-Clause
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package crawlers provides crawlers for gathering source code repository
information.
type Crawler interface {
Crawl()
}
Crawler defines methods a crawler must implement.
New creates a new crawler. cfg corresponds to the crawler configuration,
db is an opened session to the database.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.