Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Description string `json:"description,omitempty"`
// contains filtered or unexported fields
}
func (*Node) CreateSkippedOutput ¶
func (*Node) Execute ¶
Execute detects packages in the repository. Returns Output with detected packages that will be merged into input for downstream nodes.
func (*Node) GetDependencies ¶
type Output ¶
type Output struct {
dag_impl.BaseOutput `json:",inline"`
DetectedManifests []models.ManifestResult `json:"detected_manifests"`
}
func NewOutput ¶
func NewOutput(status executiondag.Status, statusReason string, manifests []models.ManifestResult, input dag_impl.Input) *Output
func (*Output) GetAllDependencies ¶
func (o *Output) GetAllDependencies() []models.Dependency
func (*Output) GetAllLockfileDependencies ¶
func (o *Output) GetAllLockfileDependencies() []models.DepsTreeEdge
func (*Output) GetParseErrors ¶
func (o *Output) GetParseErrors() []models.ParseError
func (*Output) PersistKey ¶
func (*Output) Summary ¶
func (o *Output) Summary(outputDir string) executiondag.NodeSummary
Click to show internal directories.
Click to hide internal directories.