Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepsProvenance ¶
type DepsProvenance string
const ( DepsFromSource DepsProvenance = "source" DepsFromPackage DepsProvenance = "package" )
type Node ¶
type Node struct{}
func (*Node) AllowAutoSkip ¶
func (*Node) CreateSkippedOutput ¶
func (*Node) GetDependencies ¶
type Output ¶
type Output struct {
dag_impl.BaseOutput `json:",inline"`
DepsSource DepsProvenance `json:"deps_source"`
SourceFreeDeps []models.Dependency `json:"source_free_deps"`
SourceLockfileEdges []models.DepsTreeEdge `json:"source_lockfile_edges"`
PackageFreeDeps []models.Dependency `json:"package_free_deps"`
}
func (*Output) PersistKey ¶
Click to show internal directories.
Click to hide internal directories.