depgraph

package
v0.0.0-...-0e45581 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

View Source
const (
	FlagFailFast                     = "fail-fast"
	FlagAllProjects                  = "all-projects"
	FlagDev                          = "dev"
	FlagFile                         = "file"
	FlagDetectionDepth               = "detection-depth"
	FlagPruneRepeatedSubdependencies = "prune-repeated-subdependencies"
	FlagMavenAggregateProject        = "maven-aggregate-project"
	FlagScanUnmanaged                = "scan-unmanaged"
	FlagScanAllUnmanaged             = "scan-all-unmanaged"
	FlagSubProject                   = "sub-project"
	FlagGradleSubProject             = "gradle-sub-project"
	FlagAllSubProjects               = "all-sub-projects"
	FlagConfigurationMatching        = "configuration-matching"
	FlagConfigurationAttributes      = "configuration-attributes"
	FlagInitScript                   = "init-script"
	FlagYarnWorkspaces               = "yarn-workspaces"
	FlagPythonCommand                = "command"
	FlagPythonSkipUnresolved         = "skip-unresolved"
	FlagPythonPackageManager         = "package-manager"
	FlagNPMStrictOutOfSync           = "strict-out-of-sync"
	FlagNugetAssetsProjectName       = "assets-project-name"
	FlagNugetPkgsFolder              = "packages-folder"
	FlagUnmanagedMaxDepth            = "max-depth"
)

Variables

View Source
var (
	// WorkflowID is the unique identifier for this workflow. It should be used as
	// a reference everywhere.
	WorkflowID workflow.Identifier = workflow.NewWorkflowIdentifier("depgraph")

	// DataTypeID is the unique identifier for the data type that is being returned
	// from this workflow.
	DataTypeID workflow.Identifier = workflow.NewTypeIdentifier(WorkflowID, "depgraph")
)

Functions

func Init

func Init(engine workflow.Engine) error

Init initializes the DepGraph workflow.

Types

type LegacyCLIJSONError

type LegacyCLIJSONError struct {
	Ok       bool   `json:"ok"`
	ErrorMsg string `json:"error"`
	Path     string `json:"path"`
	// contains filtered or unexported fields
}

LegacyCLIJSONError is the error type returned by the legacy cli

func (*LegacyCLIJSONError) Error

func (e *LegacyCLIJSONError) Error() string

Error returns the LegacyCliJsonError error message

func (*LegacyCLIJSONError) Unwrap

func (e *LegacyCLIJSONError) Unwrap() error

Jump to

Keyboard shortcuts

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