runner

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const ToolName = `ghtracker`

Name

Variables

This section is empty.

Functions

This section is empty.

Types

type GHClient

type GHClient struct {
	// contains filtered or unexported fields
}

type GHPackage

type GHPackage struct {
	Count     int
	PackageID string
}

type GHRepo

type GHRepo struct {
	URL         string
	Stars       int
	Description string
}

type GHRepo4Show

type GHRepo4Show struct {
	URL         string
	Stars       string
	Description string
}

type GHRunner

type GHRunner struct {
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(options *options.GHTopDepOptions) (*GHRunner, error)

func (*GHRunner) GHCrawlEngine

func (r *GHRunner) GHCrawlEngine(writers []io.Writer) error

func (*GHRunner) RunGHCrawler

func (r *GHRunner) RunGHCrawler() error

type OutputWriter

type OutputWriter struct {
	JSON bool
}

OutputWriter outputs content to writers.

func NewOutputWriter

func NewOutputWriter(json bool) *OutputWriter

NewOutputWriter creates a new OutputWriter

Jump to

Keyboard shortcuts

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