Documentation
¶
Overview ¶
Package apply orchestrates the dotdrift pipeline with always-resume semantics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOpStep ¶
type NoOpStep struct {
// contains filtered or unexported fields
}
NoOpStep is a step that does nothing; useful for placeholders like hooks in v0.1.
func NewNoOpStep ¶
NewNoOpStep creates a no-op step with the given name.
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
Pipeline runs a list of steps, resuming from the persisted state.
func NewPipeline ¶
NewPipeline constructs a pipeline with the given steps and a save callback.
func (*Pipeline) SetState ¶
SetState sets the initial state. It should be reset for selection changes before calling.
Click to show internal directories.
Click to hide internal directories.