Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2024 Changes in this version + const ToolName + type GHClient struct + type GHPackage struct + Count int + PackageID string + type GHRepo struct + Description string + Stars int + URL string + type GHRepo4Show struct + Description string + Stars string + URL string + type GHRunner struct + func NewRunner(options *options.GHTopDepOptions) (*GHRunner, error) + func (r *GHRunner) GHCrawlEngine(writers []io.Writer) error + func (r *GHRunner) RunGHCrawler() error + type OutputWriter struct + JSON bool + func NewOutputWriter(json bool) *OutputWriter