Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Variable value sources // listed in descending precedence order for ease of reference SourceCLI = "cli" SourceFile = "file" SourceEnv = "env" SourceVCS = "vcs" SourceServer = "server" SourceDynamic = "dynamic" SourceDefault = "default" SourceUnknown = "unknown" )
Functions ¶
func ValuesForOutput ¶
func ValuesForOutput(values map[string]*pb.Variable_FinalValue) map[string]*Output
Types ¶
Click to show internal directories.
Click to hide internal directories.