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 + func Action(ctx *app.Context, branchName string, handler Handler) error + func Unlock(ctx *app.Context, branchName string, handler Handler) error + type Handler interface + Cleanup func() + GetSubmitHandler func() submit.Handler + IsInteractive func() bool + PromptSubmitBeforeLock func(unpushedBranches []string) (bool, error) + PromptUnlockDownstack func(lockedBranchNames []string) (bool, error) + type NullHandler struct + func (h *NullHandler) GetSubmitHandler() submit.Handler + func (h *NullHandler) PromptSubmitBeforeLock([]string) (bool, error) + func (h *NullHandler) PromptUnlockDownstack([]string) (bool, error)