Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunnerResult ¶
RunnerResult represents the result of a runner.
func RunSample ¶
func RunSample(ctx context.Context, sample *config.SampleConfig) *RunnerResult
RunSample runs a sample.
type StepParamTemplate ¶
type StepParamTemplate struct { Env map[string]string Date time.Time Context context.Context Variables map[string]string }
StepParamTemplate represents a step parameter template.
func (*StepParamTemplate) GetContext ¶
func (s *StepParamTemplate) GetContext(key string) string
GetContext return context value by key
Click to show internal directories.
Click to hide internal directories.