Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedGoal = errors.New("no associated prober for goal")
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func New ¶
func New( opts RunnerOpts, probeRepo repositories.ProbeRepository, uc probeserver.UseCase, probers probers.ForGoal, metrics *metrics.Collector, logger *zerolog.Logger, ) *Runner
Click to show internal directories.
Click to hide internal directories.