Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProberFactory ¶ added in v0.16.0
type ProberFactory interface {
New(ctx context.Context, logger zerolog.Logger, check model.Check) (Prober, string, error)
}
func NewProberFactory ¶ added in v0.16.0
func NewProberFactory(runner k6runner.Runner, probeId int64, features feature.Collection) ProberFactory
Click to show internal directories.
Click to hide internal directories.