tpl

package
v0.0.0-...-b105b8e Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDefaultTemplateFunctions

func GetDefaultTemplateFunctions() template.FuncMap

GetDefaultTemplateFunctions retorna as funcoes padrao ja pra usar nos templates

func RenderTemplate

func RenderTemplate(templates embed.FS, templateName string, data interface{}, functions *template.FuncMap) (r string, err error)

RenderTemplate renderiza um template baseado em uma lista de arquivos passado por parametro, essa renderizacao tem suporte a nested template, ou seja, um template que precisa de outro e a funcao trata isso também

func RenderTemplateString

func RenderTemplateString(templateName, templateContent string, data interface{}, functions *template.FuncMap) (r string, err error)

RenderTemplateString renderiza um template a partir de uma string como parametro(templateContent) se for XML ou XML já entrega minificado

Types

This section is empty.

Jump to

Keyboard shortcuts

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