package
Version:
v0.7.0-beta
Opens a new window with list of versions in this module.
Published: Jul 3, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ByOrder implements sort.Interface for []ScriptCharacterization based on the Order field
type Script struct {
Code string `json:"code"`
UUID string `json:"uuid"`
AttachmentPaths []string `json:"attachment_paths"`
}
type ScriptCharacterization struct {
Order int `json:"execution_order"`
UUID string `json:"uuid"`
Script Script `json:"script"`
Parameters map[string]string `json:"parameter_values"`
}
type ScriptConclusion struct {
UUID string `json:"script_characterization_id"`
Output string `json:"output"`
ExitCode int `json:"exit_code"`
StartedAt string `json:"started_at"`
FinishedAt string `json:"finished_at"`
}
type ScriptConclusionRoot struct {
Root ScriptConclusion `json:"script_conclusion"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.