Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2024 Changes in this version + var CopyFile = copyFile + var EvaluateExpression = evaluateExpression + var ExecuteCommand = executeCommand — linux/amd64, windows/amd64 + var ParseTemplate = parseTemplate + func DeepCopy[T any](input T) (T, error) + type DefaultClient struct + Client *http.Client + func (c *DefaultClient) Do(req *http.Request) (*http.Response, error) + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + func NewHTTPClient() HTTPClient