RepositoryCrawler constructor

RepositoryCrawler(
  1. GitHub github,
  2. RepositorySlug slug
)

Implementation

RepositoryCrawler(this.github, this.slug);