formatter

package
v0.11.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: MPL-2.0 Imports: 3 Imported by: 0

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

type Output

type Output struct {
	Value  string
	Type   string
	Source string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL