Versions in this module Expand all Collapse all v0 v0.15.1 Jan 24, 2026 Changes in this version + type MockValidator struct + func (m *MockValidator) ValidateAllStacks(ctx context.Context, contextName string) error + func (m *MockValidator) ValidateSingleStack(ctx context.Context, stackName, contextName string) error + type TemplateValidator struct + func NewTemplateValidator(clientFactory aws.ClientFactory, configProvider config.ConfigProvider, ...) *TemplateValidator + func (v *TemplateValidator) ValidateAllStacks(ctx context.Context, contextName string) error + func (v *TemplateValidator) ValidateSingleStack(ctx context.Context, stackName, contextName string) error + type ValidationIssue struct + Detail string + Title string + type ValidationResult struct + Error string + ErrorObj error + StackName string + Valid bool + type ValidationStyles struct + Detail lipgloss.Style + Error lipgloss.Style + Subtle lipgloss.Style + Success lipgloss.Style + Title lipgloss.Style + Warning lipgloss.Style + func NewValidationStyles() *ValidationStyles + type Validator interface + ValidateAllStacks func(ctx context.Context, contextName string) error + ValidateSingleStack func(ctx context.Context, stackName, contextName string) error