Documentation ¶
Overview ¶
Package fixhub implements infrastructure for checking GitHub repositories containing Go source files, and generating fixes for the problems.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { FetchParallelism int // max fetches to do at once in an operation // contains filtered or unexported fields }
Client is a client for interacting with GitHub repositories.
func NewClient ¶
NewClient returns a new client. If accessToken is empty then the client will be unauthenticated.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
fixhub
Fixhub tries to fix a GitHub repository containing Go source files.
|
Fixhub tries to fix a GitHub repository containing Go source files. |
fixhubd
The binary fixhubd is a server to fix GitHub repositories.
|
The binary fixhubd is a server to fix GitHub repositories. |
Click to show internal directories.
Click to hide internal directories.