Documentation
¶
Index ¶
- func BindSolverFlags(cmd *cobra.Command)
- func BindSystemFlags(cmd *cobra.Command)
- func BindValuesFlags(cmd *cobra.Command)
- func ProcessRepository(repo *LuetRepository, searchOpts *wagon.StonesSearchOpts, config *LuetConfig, ...)
- func SearchArtifactsFromRepos(config *LuetConfig, searchOpts *wagon.StonesSearchOpts) (*[]*art.PackageArtifact, error)
- func SearchFromRepos(config *LuetConfig, searchOpts *wagon.StonesSearchOpts) (*[]*wagon.Stone, error)
- func SearchInstalled(config *LuetConfig, searchOpts *wagon.StonesSearchOpts) (*[]*wagon.Stone, error)
- func SetCliFinalizerEnvs(finalizerEnvs []string) error
- func SetSolverConfig() (c *config.LuetSolverOptions)
- func SetSystemConfig()
- func TemplateFolders(fromRepo bool, treePaths []string) []string
- func ValuesFlags() []string
- type ChannelRepoOpRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindSolverFlags ¶
func BindSystemFlags ¶
func BindValuesFlags ¶
func ProcessRepository ¶
func ProcessRepository( repo *LuetRepository, searchOpts *wagon.StonesSearchOpts, config *LuetConfig, channel chan wagon.ChannelSearchRes, artifactsRes bool)
func SearchArtifactsFromRepos ¶
func SearchArtifactsFromRepos( config *LuetConfig, searchOpts *wagon.StonesSearchOpts) (*[]*art.PackageArtifact, error)
func SearchFromRepos ¶
func SearchFromRepos( config *LuetConfig, searchOpts *wagon.StonesSearchOpts) (*[]*wagon.Stone, error)
func SearchInstalled ¶
func SearchInstalled(config *LuetConfig, searchOpts *wagon.StonesSearchOpts) (*[]*wagon.Stone, error)
func SetCliFinalizerEnvs ¶
func SetSolverConfig ¶
func SetSolverConfig() (c *config.LuetSolverOptions)
func SetSystemConfig ¶
func SetSystemConfig()
func TemplateFolders ¶
TemplateFolders returns the default folders which holds shared template between packages in a given tree path
func ValuesFlags ¶
func ValuesFlags() []string
Types ¶
type ChannelRepoOpRes ¶
type ChannelRepoOpRes struct { Error error Repo *config.LuetRepository }
Click to show internal directories.
Click to hide internal directories.