gotmpl

package
v1.2.10 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IView

type IView interface {
	RenderWithTemplate(w http.ResponseWriter, data interface{}) error
	Render(w http.ResponseWriter, data interface{}) error
}

func NewView

func NewView(layoutDir string) IView

func NewViewWithTemplate

func NewViewWithTemplate(layout string, layoutDir string, files ...string) IView

Jump to

Keyboard shortcuts

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