processor

package
v0.0.5-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package processor handles the processing of tool installations and management.

Index

Constants

This section is empty.

Variables

View Source
var ErrToolsFailedToInstall = errors.New("tools failed to install")

ErrToolsFailedToInstall is returned when one or more tools failed to install.

Functions

This section is empty.

Types

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

Processor handles tool installation and management.

func New

func New(toolsList tools.Tools, defaults tools.Defaults, cfg config.Config, log *logger.Logger) *Processor

New creates a new Processor.

func (*Processor) Process

func (p *Processor) Process(tags, withoutTags []string) error

Process installs and manages tools with the given tags.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL