Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + func WithAWSKeys(accessKey, secretKey, region string) func(*Catalog) error + type Catalog struct + func NewCatalog(bucket string, configurations ...func(*Catalog) error) (Catalog, error) + func (c Catalog) GetTemplatePath(target string) ([]string, error) + func (c Catalog) GetTemplatesPath(definitions []string) ([]string, map[string]error) + func (c Catalog) OpenFile(filename string) (io.ReadCloser, error) + func (c Catalog) ResolvePath(templateName, second string) (string, error)