Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Steps = []Step{StepParseConfig, StepLoadStacks, StepResolveDeps, StepPlan, StepApply}
Steps is the ordered list of all workflow execution steps.
Functions ¶
func FormatDuration ¶
FormatDuration formats a duration for display, showing "0" instead of "0s" for zero durations.
Types ¶
type HeatModel ¶
type HeatModel struct {
// contains filtered or unexported fields
}
HeatModel stores performance timing data for multiple execution runs in a matrix format.
func NewHeatModel ¶
func NewHeatModel() *HeatModel
NewHeatModel creates and initializes a new HeatModel with empty timing matrix.
Click to show internal directories.
Click to hide internal directories.