Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidInput = errors.New("invalid input") ErrMissingInput = errors.New("missing input") )
Functions ¶
func Action ¶ added in v0.3.0
Action creates a new 'action.Action' which executes the specified processes for compiling the export template.
func NewExtractTemplateAction ¶ added in v0.3.0
func NewExtractTemplateAction( rc *run.Context, pathArchive osutil.Path, ) (action.WithDescription[action.Function], error)
NewExtractTemplateAction creates an 'action.Action' which extracts the cached Godot export template into a temporary directory and populates the provided string variable 'path' with a path to it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.