templatebuffer

package
v0.0.0-...-ecdd364 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package templatebuffer parses and executes templates since execute can do partial writes on error.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseExistingTemplateWithResponse

func ParseExistingTemplateWithResponse(w http.ResponseWriter, r *http.Request, tmpl *template.Template, status int, data map[string]interface{}) error

ParseExistingTemplateWithResponse will parse a template and return the string and an error.

func ParseTemplate

func ParseTemplate(body string, fm template.FuncMap, data map[string]interface{}) (string, error)

ParseTemplate will parse a template and return the string and an error.

func ParseTemplateFS

func ParseTemplateFS(assets fs.FS, templatePath string, fm template.FuncMap, data map[string]interface{}) (string, error)

ParseTemplateFS will parse a template and return the string and an error.

Types

This section is empty.

Jump to

Keyboard shortcuts

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