Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + type AutoConfirmPromptHandler struct + func (AutoConfirmPromptHandler) PromptConfirm(string) (bool, error) + type Base interface + Cleanup func() + IsInteractive func() bool + type NullBase struct + func (NullBase) Cleanup() + func (NullBase) IsInteractive() bool + type NullProgress struct + func (NullProgress[Step]) OnStep(Step, StepStatus, string) + type NullPromptHandler struct + func (NullPromptHandler) PromptConfirm(string) (bool, error) + type ProgressHandler interface + OnStep func(step Step, status StepStatus, message string) + type PromptHandler interface + PromptConfirm func(message string) (bool, error) + type StepStatus string + const StatusCompleted + const StatusFailed + const StatusSkipped + const StatusStarted