Versions in this module Expand all Collapse all v0 v0.1.1 Dec 3, 2025 Changes in this version + type MainModel struct + Error error + func NewValidateApp(engine engine.DeployEngine, logger *zap.Logger, blueprintFile string, ...) (*MainModel, error) + func (m MainModel) Init() tea.Cmd + func (m MainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m MainModel) View() string + type ValidateErrMsg struct + type ValidateModel struct + func NewValidateModel(engine engine.DeployEngine, logger *zap.Logger, headless bool, ...) ValidateModel + func (m ValidateModel) Init() tea.Cmd + func (m ValidateModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m ValidateModel) View() string + type ValidateResultMsg *types.BlueprintValidationEvent + type ValidateStage int + const ValidateStageBlueprint + const ValidateStageConfigStructure + const ValidateStageSourceCode + type ValidateStreamMsg struct