Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompilerV1 ¶
type CompilerV1 struct { Dir string Vars taskfile.Vars Logger *logger.Logger // contains filtered or unexported fields }
func (*CompilerV1) GetVariables ¶
GetVariables returns fully resolved variables following the priority order: 1. Call variables (should already have been resolved) 2. Environment (should not need to be resolved) 3. Task variables, resolved with access to:
- call, taskvars and environment variables
4. Taskvars variables, resolved with access to:
- environment variables
func (*CompilerV1) HandleDynamicVar ¶
func (c *CompilerV1) HandleDynamicVar(v taskfile.Var) (string, error)
Click to show internal directories.
Click to hide internal directories.