Documentation ¶ Index ¶ type Loader func DefaultLoader() *Loader func NewLoader(root string) *Loader func (l *Loader) RenderFile(name string, data any) (string, error) func (l *Loader) RenderString(name, raw string, data any) (string, error) func (l *Loader) Root() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Loader ¶ type Loader struct { // contains filtered or unexported fields } func DefaultLoader ¶ func DefaultLoader() *Loader func NewLoader ¶ func NewLoader(root string) *Loader func (*Loader) RenderFile ¶ func (l *Loader) RenderFile(name string, data any) (string, error) func (*Loader) RenderString ¶ func (l *Loader) RenderString(name, raw string, data any) (string, error) func (*Loader) Root ¶ func (l *Loader) Root() string Source Files ¶ View all Source files default_loader.goloader.go Click to show internal directories. Click to hide internal directories.