Documentation
¶
Index ¶
- func FindByExtAndRemove(root string, exts []string)
- func GetDomain(repositoryURL string) (string, error)
- func GetPath(repositoryURL string) (string, error)
- func ReadReposFile(inputFile string) ([]string, error)
- func ReadReposFile2(inputFile string) ([]shared.RepositoryParams, error)
- func SplitPathOnNamespaceAndRepoName(path string) (string, string)
- type HTTPClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindByExtAndRemove ¶
func ReadReposFile ¶
func ReadReposFile2 ¶
func ReadReposFile2(inputFile string) ([]shared.RepositoryParams, error)
Types ¶
type HTTPClient ¶
func NewHTTPClient ¶
func NewHTTPClient(skipVerification bool, proxyURL string) (*HTTPClient, error)
Click to show internal directories.
Click to hide internal directories.