Documentation ¶
Index ¶
- Constants
- func GetMaxParallelism(envMaxParallelism string, logE *logrus.Entry) int
- func GetRootDir(osEnv osenv.OSEnv) string
- type Package
- func (cpkg *Package) CompleteWindowsExt(s string) string
- func (cpkg *Package) GetChecksumID(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) GetChecksumIDFromAsset(asset string) (string, error)
- 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) GetTemplateArtifact(rt *runtime.Runtime, asset string) *template.Artifact
- func (cpkg *Package) RenameFile(logE *logrus.Entry, fs afero.Fs, pkgPath string, file *registry.File, ...) (string, error)
- func (cpkg *Package) RenderAsset(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderChecksumFileID(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderChecksumFileName(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderChecksumURL(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderCosign(cos *registry.Cosign, rt *runtime.Runtime) (*registry.Cosign, error)
- func (cpkg *Package) RenderDir(file *registry.File, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderPath() (string, error)
- func (cpkg *Package) RenderSrc(file *registry.File, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderTemplateString(s string, rt *runtime.Runtime) (string, error)
- func (cpkg *Package) RenderURL(rt *runtime.Runtime) (string, error)
- func (cpkg *Package) SemVer() string
- func (cpkg *Package) WindowsExt() string
- 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 Registry *aqua.Registry }
func ListPackages ¶ added in v1.18.0
func ListPackagesNotOverride ¶ added in v1.19.3
func (*Package) CompleteWindowsExt ¶ added in v1.12.0
func (*Package) GetChecksumID ¶ added in v1.18.0
func (*Package) GetChecksumIDFromAsset ¶ added in v1.18.0
func (*Package) GetFileSrc ¶ added in v1.10.0
func (*Package) GetPkgPath ¶ added in v1.10.0
func (*Package) GetTemplateArtifact ¶ added in v1.26.0
func (*Package) RenameFile ¶ added in v1.12.0
func (*Package) RenderAsset ¶ added in v1.10.0
func (*Package) RenderChecksumFileID ¶ added in v1.19.3
func (*Package) RenderChecksumFileName ¶ added in v1.18.0
func (*Package) RenderChecksumURL ¶ added in v1.19.3
func (*Package) RenderCosign ¶ added in v1.26.0
func (*Package) RenderPath ¶ added in v1.27.0
func (*Package) RenderTemplateString ¶ added in v1.26.0
func (*Package) WindowsExt ¶ added in v1.12.0
type Param ¶
type Param struct { GlobalConfigFilePaths []string ConfigFilePath string LogLevel string File string AQUAVersion string RootDir string PWD string InsertFile string LogColor string Dest string HomeDir string OutTestData string MaxParallelism int Args []string Tags map[string]struct{} ExcludedTags map[string]struct{} OnlyLink bool IsTest bool All bool Insert bool SelectVersion bool ProgressBar bool Deep bool SkipLink bool Pin bool Prune bool RequireChecksum bool PolicyConfigFilePaths []string }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.