Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type GithubQueryError ¶
func (GithubQueryError) Error ¶
func (e GithubQueryError) Error() string
type Processor ¶
type Processor struct { Config *Configuration Stargazer *Stargazer }
func NewProcessor ¶
func NewProcessor(config *Configuration, stargazer *Stargazer) (*Processor, error)
func (*Processor) ProcessFiles ¶
type StarParserError ¶
func (StarParserError) Error ¶
func (e StarParserError) Error() string
type Stargazer ¶
type Stargazer struct {
Config *Configuration
}
func NewStargazer ¶
func NewStargazer(config *Configuration) (*Stargazer, error)
Click to show internal directories.
Click to hide internal directories.