dependencies

package
v1.9.26 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AssetFileName = "project.assets.json"
	AssetDirName  = "obj"
)
View Source
const (
	PackagesFileName = "packages.config"
)

Variables

This section is empty.

Functions

func CreateDependencyTree

func CreateDependencyTree(extractor Extractor, log utils.Log) (deptree.Root, error)

Types

type Extractor

type Extractor interface {
	// Check whether the extractor is compatible with the current dependency resolution method
	IsCompatible(projectName, dependenciesSource string, log utils.Log) bool
	// Get all the dependencies for the project
	AllDependencies(log utils.Log) (map[string]*buildinfo.Dependency, error)
	// Get all the root dependencies of the project
	DirectDependencies() ([]string, error)
	// Dependencies relations map
	ChildrenMap() (map[string][]string, error)
	// contains filtered or unexported methods
}

The extractor responsible to calculate the project dependencies.

func CreateCompatibleExtractor

func CreateCompatibleExtractor(projectName, dependenciesSource string, log utils.Log) (Extractor, error)

Jump to

Keyboard shortcuts

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