Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTreeBumpCommand ¶
func NewTreeImageCommand ¶
func NewTreePkglistCommand ¶
func NewTreeValidateCommand ¶
Types ¶
type TreePackageResult ¶
type TreeResults ¶
type TreeResults struct {
Packages []TreePackageResult `json:"packages"`
}
type ValidateOpts ¶
type ValidateOpts struct { WithSolver bool OnlyRuntime bool OnlyBuildtime bool RegExcludes []*regexp.Regexp RegMatches []*regexp.Regexp Excludes []string Matches []string // Runtime validate stuff RuntimeCacheDeps *pkg.InMemoryDatabase RuntimeReciper *tree.InstallerRecipe // Buildtime validate stuff BuildtimeCacheDeps *pkg.InMemoryDatabase BuildtimeReciper *tree.CompilerRecipe Mutex sync.Mutex BrokenPkgs int BrokenDeps int Errors []error }
func (*ValidateOpts) AddError ¶
func (o *ValidateOpts) AddError(err error)
func (*ValidateOpts) IncrBrokenDeps ¶
func (o *ValidateOpts) IncrBrokenDeps()
func (*ValidateOpts) IncrBrokenPkgs ¶
func (o *ValidateOpts) IncrBrokenPkgs()
Click to show internal directories.
Click to hide internal directories.