Documentation ¶
Index ¶
- func GetEnviron() *ast.Vars
- type Compiler
- func (c *Compiler) FastGetVariables(t *ast.Task, call *ast.Call) (*ast.Vars, error)
- func (c *Compiler) GetTaskfileVariables() (*ast.Vars, error)
- func (c *Compiler) GetVariables(t *ast.Task, call *ast.Call) (*ast.Vars, error)
- func (c *Compiler) HandleDynamicVar(v ast.Var, dir string) (string, error)
- func (c *Compiler) ResetCache()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnviron ¶
GetEnviron the all return all environment variables encapsulated on a ast.Vars
Types ¶
type Compiler ¶
type Compiler struct { Dir string Entrypoint string UserWorkingDir string TaskfileEnv *ast.Vars TaskfileVars *ast.Vars Logger *logger.Logger // contains filtered or unexported fields }
func (*Compiler) FastGetVariables ¶ added in v3.2.2
func (*Compiler) GetTaskfileVariables ¶ added in v3.5.0
func (*Compiler) GetVariables ¶
func (*Compiler) HandleDynamicVar ¶
func (*Compiler) ResetCache ¶ added in v3.2.0
func (c *Compiler) ResetCache()
ResetCache clear the dynamic variables cache
Click to show internal directories.
Click to hide internal directories.