Documentation ¶
Index ¶
Constants ¶
View Source
const (
RETRIES = 2
)
Variables ¶
This section is empty.
Functions ¶
func Do ¶
func Do(body []byte, failFast bool, domain string, validator func(*types.RunResults) bool) (*types.RunResults, bool)
Do runs a single fiddle contained in 'body'.
failFast - If true then fail fatally. domain - The scheme and domain name to make requests to, e.g. "https://fiddle.skia.org". validator - A function that does extra validation on the fiddle run results. Return true if the
response is valid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.