Versions in this module Expand all Collapse all v2 v2.3.0 Oct 31, 2024 v2.2.1 Oct 29, 2024 Changes in this version + func FileExists(filePath string) bool + func GetAllTags(paths map[string]interface{}) []string + func GetFileContent(filePath string) string + func GetFileExtension(filePath string) string + func GetFileName(filePath string) string + func GetFilePath(filePath string) string + func GetFileSize(filePath string) int64 + func GetFilesList(path string) []string + func GetFuncMap() template.FuncMap + func GetParamsByType(params []interface{}, paramType string) []interface + func GetPathsByTag(paths map[string]interface{}, tag string) map[string]interface + func GetRefFrom(object map[string]interface{}) string + func GetRefsList(paths map[string]interface{}) []string + func GroupByKey(data []interface{}, key string) map[string]interface + func IsDirectory(filePath string) bool + func IsFile(filePath string) bool + func ToYaml(data interface{}) []string