Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactParams ¶
type DeptreeByArtifacts ¶
type DeptreeByArtifacts struct {
// contains filtered or unexported fields
}
func NewByArtifacts ¶
func NewByArtifacts(prime primeable) *DeptreeByArtifacts
func (*DeptreeByArtifacts) Run ¶
func (d *DeptreeByArtifacts) Run(params ArtifactParams) error
type DeptreeByIngredients ¶
type DeptreeByIngredients struct {
// contains filtered or unexported fields
}
func NewByIngredients ¶
func NewByIngredients(prime primeable) *DeptreeByIngredients
func (*DeptreeByIngredients) Run ¶
func (d *DeptreeByIngredients) Run(params IngredientParams) error
type IngredientParams ¶
type IngredientParams struct { Namespace *project.Namespaced CommitID string Req string LevelLimit int }
Click to show internal directories.
Click to hide internal directories.