template

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFileSystemTemplateLoader

func NewFileSystemTemplateLoader(fsys fs.FS, basePath string) service.TemplateLoader

NewFileSystemTemplateLoader creates a new template loader with the default mapping.

func NewFileSystemTemplateLoaderWithLanguage

func NewFileSystemTemplateLoaderWithLanguage(fsys fs.FS, basePath string, localeBase string, language string) service.TemplateLoader

NewFileSystemTemplateLoaderWithLanguage creates a template loader that also loads language-specific templates from {localeBase}/languages/{language}/.

func NewFileSystemTemplateLoaderWithMapping

func NewFileSystemTemplateLoaderWithMapping(fsys fs.FS, basePath string, mapping map[string]string) service.TemplateLoader

NewFileSystemTemplateLoaderWithMapping creates a template loader with a custom mapping.

Types

type FileSystemTemplateLoader

type FileSystemTemplateLoader struct {
	// contains filtered or unexported fields
}

FileSystemTemplateLoader loads template guides from an fs.FS (embedded or OS filesystem).

func (*FileSystemTemplateLoader) LoadAll

LoadAll reads all template files and returns them as TemplateGuides. If a language is configured, it also loads language-specific templates.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL