Documentation
¶
Overview ¶
Package summary provides the summary plugin for TerraCi.
Package summary provides the summary plugin for TerraCi. It registers a pipeline contributor (PhaseFinalize) and the `terraci summary` command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
plugin.BasePlugin[*summaryengine.Config]
}
Plugin is the summary plugin.
func (*Plugin) BuildInitConfig ¶
func (p *Plugin) BuildInitConfig(state *plugin.StateMap) *plugin.InitContribution
BuildInitConfig builds the summary plugin config from wizard state.
func (*Plugin) Commands ¶
func (p *Plugin) Commands(ctx *plugin.AppContext) []*cobra.Command
Commands returns the `terraci summary` command.
func (*Plugin) InitGroups ¶ added in v0.7.5
func (p *Plugin) InitGroups() []*plugin.InitGroupSpec
InitGroups returns the summary plugin's form group for the init wizard.
func (*Plugin) PipelineContribution ¶
func (p *Plugin) PipelineContribution() *pipeline.Contribution
PipelineContribution returns the summary job contribution. Framework guarantees this is only called when IsEnabled() == true.
Click to show internal directories.
Click to hide internal directories.