Documentation
¶
Index ¶
Constants ¶
View Source
const ( ValidationMonotonicIncreasing = "increasing" ValidationMonotonicDecreasing = "decreasing" )
Variables ¶
This section is empty.
Functions ¶
func GitAuthAccessTokenEnvironmentVariable ¶ added in v0.6.13
func ParameterEnvironmentVariable ¶
ParameterEnvironmentVariable returns the environment variable to specify for a parameter by it's name. It's hashed because spaces and special characters can be used in parameter names that may not be valid in env vars.
Types ¶
type Parameter ¶
type Parameter struct { Value string Name string DisplayName string `mapstructure:"display_name"` Description string Type string Mutable bool Default string Icon string Option []Option Validation []Validation Optional bool LegacyVariableName string `mapstructure:"legacy_variable_name"` LegacyVariable string `mapstructure:"legacy_variable"` }
Click to show internal directories.
Click to hide internal directories.