Versions in this module Expand all Collapse all v0 v0.0.1 Jan 2, 2024 Changes in this version + func CleanFilename(filename string) string + func ConvertStructToMap(data interface{}) map[string]interface + func RemoveKeys(data map[string]interface{}) map[string]interface + func SaveAsJSON(filePath string, data interface{}) error + func SaveAsYAML(filePath string, data interface{}) error + func SaveOutput(format, path, filename string, data interface{}) error + func SaveScript(basePath, filename, scriptType, base64Content string) error