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