Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractInfo ¶
func ExtractInfo(client *github.Client, user string, altname string, repo github.Repository, sha string, versionString string, verbose bool, logger *log.Logger) dirinfo.DirectoryInfo
The goal of this function is to construct a DirectoryInfo object. It does this by first reading whatever directory information it can find in impact.json. Then it tries to "infer" the rest using some heuristics (to lower the burden on library developers)
Types ¶
type GitHubCrawler ¶
type GitHubCrawler struct {
// contains filtered or unexported fields
}
func MakeGitHubCrawler ¶
func MakeGitHubCrawler(user string, pattern string, token string) (GitHubCrawler, error)
func (GitHubCrawler) String ¶ added in v0.8.0
func (c GitHubCrawler) String() string
Click to show internal directories.
Click to hide internal directories.