Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Note string `json:"note"` Response ResponseData `json:"response"` Status string `json:"status"` }
type ResponseData ¶
type RunDetails ¶
type RunDetails struct { Progress string `json:"progress"` Status string `json:"status"` TemplateID string `json:"template_id"` TemplateInputField string `json:"template_input_field"` TemplateOutputField string `json:"template_output_field"` TestCases []TestCase `json:"testCases"` }
Structs to represent the JSON response
type RunInfo ¶
type RunInfo struct { EndTime string `json:"end_time"` Progress string `json:"progress"` RunID string `json:"run_id"` StartTime string `json:"start_time"` Status string `json:"status"` TemplateID string `json:"template_id"` URL string `json:"url"` // Add the URL field }
RunInfo holds information about a Litmus run.
Click to show internal directories.
Click to hide internal directories.