Documentation
¶
Index ¶
- type ActivatedStep
- func ActivateGitRefStep(log stepman.Logger, id stepid.CanonicalID, activatedStepDir string, ...) (ActivatedStep, error)
- func ActivatePathRefStep(log stepman.Logger, id stepid.CanonicalID, activatedStepDir string, ...) (ActivatedStep, error)
- func ActivateSteplibRefStep(log stepman.Logger, id stepid.CanonicalID, activatedStepDir string, ...) (ActivatedStep, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivatedStep ¶
type ActivatedStep struct {
StepYMLPath string
// DidStepLibUpdate indicates that the local steplib cache was updated while resolving the exact step version.
DidStepLibUpdate bool
}
func ActivateGitRefStep ¶
func ActivateGitRefStep( log stepman.Logger, id stepid.CanonicalID, activatedStepDir string, workDir string, ) (ActivatedStep, error)
func ActivatePathRefStep ¶
func ActivatePathRefStep( log stepman.Logger, id stepid.CanonicalID, activatedStepDir string, workDir string, ) (ActivatedStep, error)
func ActivateSteplibRefStep ¶
func ActivateSteplibRefStep( log stepman.Logger, id stepid.CanonicalID, activatedStepDir string, workDir string, didStepLibUpdateInWorkflow bool, isOfflineMode bool, stepInfoPtr *models.StepInfoModel, ) (ActivatedStep, error)
Click to show internal directories.
Click to hide internal directories.