Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyVal ¶
KeyVal is a data structure specifically for passing pipeline data to GraphQL which doesn't support free-form maps.
func PrepareForGraphQL ¶
PrepareForGraphQL takes a golang homogenous map, and transforms it into a list of keyval pairs, since GraphQL does not support homogenous maps.
type Parameters ¶ added in v0.1.16225
type Parameters map[string]interface{}
Static typing is bypassed using an empty interface here due to pipeline parameters supporting multiple types.
type Values ¶
CircleCI provides various `<< pipeline.x >>` values to be used in your config, but sometimes we need to fabricate those values when validating config.
func LocalPipelineValues ¶ added in v0.1.16225
func LocalPipelineValues() Values
vars should contain any pipeline parameters that should be accessible via << pipeline.parameters.foo >>
Click to show internal directories.
Click to hide internal directories.