Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MainModel ¶
type MainModel struct {
Error error
// contains filtered or unexported fields
}
func NewValidateApp ¶
type ValidateErrMsg ¶
type ValidateErrMsg struct {
// contains filtered or unexported fields
}
type ValidateModel ¶
type ValidateModel struct {
// contains filtered or unexported fields
}
func NewValidateModel ¶
func NewValidateModel( engine engine.DeployEngine, logger *zap.Logger, headless bool, headlessWriter io.Writer, ) ValidateModel
func (ValidateModel) Init ¶
func (m ValidateModel) Init() tea.Cmd
func (ValidateModel) View ¶
func (m ValidateModel) View() string
type ValidateResultMsg ¶
type ValidateResultMsg *types.BlueprintValidationEvent
type ValidateStage ¶
type ValidateStage int
ValidateStage is an enum that represents the different stages of the validation process.
const ( // ValidateStageConfigStructure is the stage where application configuration // and project structure is validated. ValidateStageConfigStructure ValidateStage = iota // ValidateStageBlueprint is the stage where the blueprint is validated. ValidateStageBlueprint // ValidateStageSourceCode is the stage where the source code of the // application is validated. ValidateStageSourceCode )
type ValidateStreamMsg ¶
type ValidateStreamMsg struct{}
Click to show internal directories.
Click to hide internal directories.