Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetParameter ¶
GetParameter reads any parameter from the pipeline environment or another environment stored in the file system
func GetResourceParameter ¶
GetResourceParameter reads a resource parameter from the environment stored in the file system
func SetParameter ¶
SetParameter sets any parameter in the pipeline environment or another environment stored in the file system
func SetResourceParameter ¶
SetResourceParameter sets a resource parameter in the environment stored in the file system
Types ¶
type CPEMap ¶
type CPEMap map[string]interface{}
CPEMap represents the common pipeline environment map
func (*CPEMap) LoadFromDisk ¶
LoadFromDisk reads the given path from disk and populates it to the CPEMap.
func (CPEMap) WriteToDisk ¶
WriteToDisk writes the CPEMap to a disk and uses rootDirectory as the starting point
Click to show internal directories.
Click to hide internal directories.