scope

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGlobal

func NewGlobal(globalInstallDir string) *global

func NewLocal

func NewLocal(projectConfigFile string, projectInstallDir string, noInit bool, noSave bool) *local

Types

type Scope

type Scope interface {
	ValidatePaths() error
	Initialize(*context.CLIContext) error
	GetImplicitDependencies() []dependency.Dependency
	InstallDependencies([]dependency.Dependency) error
	GetInstalledDependencies() []dependency.Dependency
	RemoveDependencies([]dependency.Dependency) error
	GetRemovedDependencies() []dependency.Dependency
}

Jump to

Keyboard shortcuts

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