templater

package
v0.0.0-...-3316d26 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TemplateHTML

type TemplateHTML struct {
	RootPath string
}

TemplateHTML is a struct that implements Templater interface

func NewTemplateHTML

func NewTemplateHTML(config config.Config) *TemplateHTML

NewTemplateHTML is a function that returns a new TemplateHTML

func (*TemplateHTML) Render

func (t *TemplateHTML) Render(name string, view interface{}, response http.ResponseWriter) (interface{}, error)

Render renders template

type Templater

type Templater interface {
	Render(name string, view interface{}, response http.ResponseWriter) (interface{}, error)
}

Templater is an interface for rendering templates

Jump to

Keyboard shortcuts

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