Documentation
¶
Index ¶
Constants ¶
View Source
const ResultsDir string = "results"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Base64Data string `json:"base64_data,omitempty"`
DecodedData string `json:"decoded_data,omitempty"`
LineData string `json:"line_data,omitempty"`
Repository string `json:"repository,omitempty"`
WorkflowFileName string `json:"workflow_file_name,omitempty"`
WorkflowRunURL string `json:"workflow_run_url,omitempty"`
WorkflowURL string `json:"workflow_url,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.