Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadFromRepoWithCache ¶
func DownloadFromRepoWithCache(apiURL, outDir string, c *cache.Cache, opts FetchOptions) error
DownloadFromRepoWithCache downloads a repo as ZIP or recursively via API
func ListDirsInRepoWithCache ¶
func ListDirsInRepoWithCache(apiURL string, c *cache.Cache) (*[]GitContent, error)
///////////////////////// List directories in repo /////////////////////////
Types ¶
type FetchOptions ¶ added in v0.1.10
type GitContent ¶ added in v0.1.10
type RepoSpec ¶ added in v0.1.10
func ParseRepoSpec ¶ added in v0.1.10
ParseRepoSpec parses GitHub/GitLab/Bitbucket repo URLs
Click to show internal directories.
Click to hide internal directories.