Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CreateTemp ¶
func DownloadUrlFromRepos ¶
func DownloadUrlFromRepos(route string, do func(repo RepoConfig, r io.Reader), repos ...RepoConfig) bool
func InitHttpClient ¶
func InitHttpClient(insecure bool)
Types ¶
type RepoConfig ¶
type RepoConfig struct { Url string `json:"url"` Username string `json:"username"` Password string `json:"password"` }
func TrimRepo ¶
func TrimRepo(repos ...RepoConfig) []RepoConfig
Click to show internal directories.
Click to hide internal directories.