Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + func BackwardsCompatiblePaths(templateDir string, oldPath string) string + func PrintDeprecatedPathsMsgIfApplicable(isSilent bool) + type DiskCatalog struct + func NewCatalog(directory string) *DiskCatalog + func NewFSCatalog(fs fs.FS, directory string) *DiskCatalog + func (c *DiskCatalog) GetTemplatePath(target string) ([]string, error) + func (c *DiskCatalog) GetTemplatesPath(definitions []string) ([]string, map[string]error) + func (c *DiskCatalog) ResolvePath(templateName, second string) (string, error) + func (d *DiskCatalog) OpenFile(filename string) (io.ReadCloser, error)