Documentation ¶
Overview ¶
Functions for the last mile of a fiddle, i.e. formatting the draw.cpp and then compiling and executing the code by dispatching a request to a fiddler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateOptions ¶
ValidateOptions validates that the options make sense.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) Metrics ¶
func (r *Runner) Metrics()
Metrics captures metrics on the state of all the fiddler pods.
func (*Runner) Run ¶
func (r *Runner) Run(ctx context.Context, local bool, req *types.FiddleContext) (*types.Result, error)
Run executes fiddle_run and then parses the JSON output into types.Results.
local - Boolean, true if we are running locally.
Click to show internal directories.
Click to hide internal directories.