Documentation
¶
Index ¶
- func DownloadAndUnpackGithubReleaseArchive(owner, repository, releaseTag, assetPath, token string) error
- func DownloadGithubReleaseAsset(owner, repository, releaseTag, assetName, assetPath, token string) error
- func ExtractTar(tr *tar.Reader, basePath, destPath string, isSourceDir bool) error
- func GetAutobuilderJarPath(version string) (string, error)
- func GetImageLink(version, path string) string
- func GetRulesPath(version string) (string, error)
- func GetSeqraHome() (string, error)
- func RemoveIfExists(path string) error
- func RemoveIfExistsOrExit(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTar ¶
ExtractTar extracts the contents of a tar reader to the specified destination directory. basePath is the base path within the tar archive to start extraction from. isSourceDir indicates whether the source path in the container is a directory. destPath is the destination path on the host filesystem.
func GetAutobuilderJarPath ¶
func GetImageLink ¶
func GetRulesPath ¶
func GetSeqraHome ¶
func RemoveIfExists ¶
func RemoveIfExistsOrExit ¶
func RemoveIfExistsOrExit(path string)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.