Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContentTypeJSON = "application/json" ContentTypeJSONL = "application/jsonl" LegacyCLIWorkflowIDStr = "legacycli" ContentLocationKey = "Content-Location" )
View Source
const ( FlagFailFast = "fail-fast" FlagAllProjects = "all-projects" FlagPrintOutputJsonlWithErrors = "print-output-jsonl-with-errors" FlagDev = "dev" FlagExclude = "exclude" FlagExcludePaths = "exclude-paths" FlagFile = "file" FlagDetectionDepth = "detection-depth" FlagPruneRepeatedSubdependencies = "prune-repeated-subdependencies" FlagMavenAggregateProject = "maven-aggregate-project" FlagMavenSkipWrapper = "maven-skip-wrapper" //nolint:gosec // Not a credential, this is a CLI flag name FlagScanUnmanaged = "scan-unmanaged" FlagScanAllUnmanaged = "scan-all-unmanaged" FlagSubProject = "sub-project" FlagGradleSubProject = "gradle-sub-project" FlagGradleNormalizeDeps = "gradle-normalize-deps" FlagAllSubProjects = "all-sub-projects" FlagConfigurationMatching = "configuration-matching" FlagConfigurationAttributes = "configuration-attributes" FlagInitScript = "init-script" FlagYarnWorkspaces = "yarn-workspaces" FlagPythonCommand = "command" FlagPythonSkipUnresolved = "skip-unresolved" FlagPythonPackageManager = "package-manager" FlagStrictOutOfSync = "strict-out-of-sync" FlagNugetAssetsProjectName = "assets-project-name" FlagNugetPkgsFolder = "packages-folder" FlagUnmanagedMaxDepth = "max-depth" FlagIncludeProvenance = "include-provenance" FlagUseSBOMResolution = "use-sbom-resolution" FlagPrintEffectiveGraph = "effective-graph" FlagPrintEffectiveGraphWithErrors = "effective-graph-with-errors" FlagDotnetRuntimeResolution = "dotnet-runtime-resolution" FlagDotnetTargetFramework = "dotnet-target-framework" // TODO: rename this flag to remove the uv-specific reference. FlagUvWorkspacePackages = "internal-uv-workspace-packages" FlagForceSingleGraph = "force-single-graph" )
View Source
const WorkflowIDStr = "depgraph"
Variables ¶
View Source
var ( MetaKeyNormalisedTargetFile = "normalisedTargetFile" MetaKeyTargetFileFromPlugin = "targetFileFromPlugin" MetaKeyTarget = "target" )
View Source
var ( WorkflowID gafworkflow.Identifier = gafworkflow.NewWorkflowIdentifier(WorkflowIDStr) DataTypeID gafworkflow.Identifier = gafworkflow.NewTypeIdentifier(WorkflowID, WorkflowIDStr) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.