Skip to content

Instantly share code, notes, and snippets.

@srfrnk
Created July 27, 2019 15:04
Show Gist options
  • Save srfrnk/ab330799a4982e4d489471a9a1337abf to your computer and use it in GitHub Desktop.
Save srfrnk/ab330799a4982e4d489471a9a1337abf to your computer and use it in GitHub Desktop.
type Var struct {
.
.
.
// EnvRef refers to a variable from the process environment whose value will be extracted for use in
// replacing $(FOO).
EnvRef EnvVar `json:"envref" yaml:"envref"`
}
type EnvVar struct {
Name string `json:"name" yaml:"name"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment