Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNestedExpressionsNotSupported = fmt.Errorf("nested expressions are not supported, use the `+` operator instead") ErrFailedToCompileExpression = fmt.Errorf("failed to compile expression") ErrFailedToRunExpression = fmt.Errorf("failed to run expression") ErrorUnfinishedExpression = fmt.Errorf("unfinished expression found") )
View Source
var CopyFile = copyFile
CopyFile is a utility function to copy a file from the source path to the destination path.
View Source
var CreateDirsIfNotExist = createDirsIfNotExist
CreateDirsIfNotExist is a utility function to create directories if they do not already exist.
View Source
var EvaluateExpression = evaluateExpression
View Source
var ParseTemplate = parseTemplate
ParseTemplate is a utility function that parses a given template string with the provided data.
Functions ¶
Types ¶
type DefaultClient ¶
type HTTPClient ¶
func NewHTTPClient ¶
func NewHTTPClient() HTTPClient
Click to show internal directories.
Click to hide internal directories.