Documentation ¶
Index ¶
- Constants
- func GetMaxParallelism(envMaxParallelism string, logE *logrus.Entry) int
- func GetRootDir(osEnv osenv.OSEnv) string
- type Package
- func (cpkg *Package) CompleteWindowsExe(s string) string
- func (cpkg *Package) GetFileSrc(file *registry.File, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) GetPkgPath(rootDir string, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderAsset(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderDir(file *registry.File, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderSrc(file *registry.File, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderURL(rt *runtime.Runtime) (string, error)
- type Param
Constants ¶
View Source
const ( PkgInfoTypeGitHubRelease = "github_release" PkgInfoTypeGitHubContent = "github_content" PkgInfoTypeGitHubArchive = "github_archive" PkgInfoTypeHTTP = "http" PkgInfoTypeGo = "go" PkgInfoTypeGoInstall = "go_install" )
Variables ¶
This section is empty.
Functions ¶
func GetMaxParallelism ¶ added in v1.6.1
func GetRootDir ¶ added in v1.6.1
Types ¶
type Package ¶
type Package struct { Package *aqua.Package PackageInfo *registry.PackageInfo }
func (*Package) CompleteWindowsExe ¶
func (*Package) GetFileSrc ¶ added in v1.10.0
func (*Package) GetPkgPath ¶ added in v1.10.0
func (*Package) RenderAsset ¶ added in v1.10.0
Click to show internal directories.
Click to hide internal directories.