Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyFetcher ¶
type EmptyFetcher struct{}
type Fetcher ¶
type Fetcher interface { // Load takes tries to download the dependency information to a temp directory. Only files matching // filenames are expected to exist if the depdency itself contains the files. // // This temp directory could have any supported depdency file and it could have multiple. // // Callers are expected to cleanup the temp directory when finished. Load(filenames []string) (string, error) }
type GitFetcher ¶
type GitFetcher struct {
// contains filtered or unexported fields
}
type GithubFetcher ¶
type GithubFetcher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.