Documentation ¶
Index ¶
- func RunSample(ctx context.Context, sample *config.SampleConfig) (context.Context, []*metrics.Metric, []*report.Report, error)
- func RunWithVariables(ctx context.Context, variables map[string]string, sample *config.SampleConfig) (context.Context, []*metrics.Metric, *report.Report, error)
- type StepParamTemplate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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.