Versions in this module Expand all Collapse all v0 v0.1.3 Feb 5, 2024 Changes in this version type Command + TerraformScheduling string v0.0.2 Jan 6, 2024 Changes in this version + var ResultStrings = map[Result]string + func IsDigit(s string) bool + type Command struct + Args []string + Cmd string + DestroyOnResolved *bool + IgnoreResolved *bool + MatchLabels map[string]string + Max int + NotifyOnFailure *bool + ResolvedSig string + func (c Command) Equal(other *Command) bool + func (c Command) Fingerprint(msg *template.Data) (string, bool) + func (c Command) Matches(msg *template.Data) bool + func (c Command) ParseSignal() (os.Signal, error) + func (c Command) Run(out chan<- CommandResult, quit chan struct{}, done chan struct{}, verbose bool, ...) + func (c Command) ShouldIgnoreResolved() bool + func (c Command) ShouldNotify() bool + func (c Command) String() string + func (c Command) WithEnv(env ...string) *exec.Cmd + type CommandResult struct + Err error + Kind Result + type Result int + const CmdFail + const CmdOk + const CmdSigFail + const CmdSigOk + const CmdSkipSig + func (r Result) Has(flag Result) bool + func (r Result) String() string