package
Version:
v1.11.1-0...-d84bc69
Opens a new window with list of versions in this module.
Published: Feb 8, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ContainsInt check wether the element is part of the slice
func PersistReportsAndLinks(stepName, workspace string, reports, links []Path)
PersistReportsAndLinks stores the report paths and links in JSON format in the workspace for processing outside
type Path struct {
Name string `json:"name"`
Target string `json:"target"`
Mandatory bool `json:"mandatory"`
Scope string `json:"scope"`
}
Path - struct to serialize paths and some metadata back to the invoker
Source Files
¶
Click to show internal directories.
Click to hide internal directories.