Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Pre string `yaml:"pre"` Post string `yaml:"post"` Run string `yaml:"run"` Name string `yaml:"name"` }
func (Command) Start ¶
func (c Command) Start(dir string) CommandOutput
type CommandOutput ¶
type CommandOutput struct {
PreOutput, PostOutput, Output string
Error error
Command Command
Testrun bool
Elapsed float64
}
func (CommandOutput) Log ¶
func (r CommandOutput) Log()
type Commands ¶
type Commands []Command
func (Commands) Start ¶
func (l Commands) Start(dir string) []CommandOutput
type TestRunner ¶
type TestRunner struct{}
func (*TestRunner) Run ¶
func (t *TestRunner) Run(c Chart, o Options) ([]CommandOutput, error)
Click to show internal directories.
Click to hide internal directories.