Documentation ¶
Overview ¶
Copyright © 2023 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.
Copyright © 2022-2023 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.
Copyright © 2023 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.
Index ¶
- func NewTreeBumpCommand() *cobra.Command
- func NewTreeGenIdx(config *cfg.LuetConfig) *cobra.Command
- func NewTreeImageCommand() *cobra.Command
- func NewTreePkglistCommand(config *cfg.LuetConfig) *cobra.Command
- func NewTreeRender(config *cfg.LuetConfig) *cobra.Command
- func NewTreeValidateCommand() *cobra.Command
- type TreePackageResult
- type TreeResults
- type ValidateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTreeBumpCommand ¶
func NewTreeGenIdx ¶
func NewTreeGenIdx(config *cfg.LuetConfig) *cobra.Command
func NewTreeImageCommand ¶
func NewTreePkglistCommand ¶
func NewTreePkglistCommand(config *cfg.LuetConfig) *cobra.Command
func NewTreeRender ¶
func NewTreeRender(config *cfg.LuetConfig) *cobra.Command
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.