echoviewrenderer

package module
v0.0.0-...-4a2e003 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2019 License: MIT Imports: 5 Imported by: 0

README

Echo View Renderer

A free (as in beer), open-source Go(lang) library to use in conjunction with Echo to facilitate server-side-rendering templates with a base layout and shared components.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ViewRenderer

type ViewRenderer struct {
	// contains filtered or unexported fields
}

ViewRenderer renders views.

func New

func New(pageTemplatesPath string, funcMap map[string]interface{}) (*ViewRenderer, error)

New returns a new ViewRenderer.

func (*ViewRenderer) Render

func (tr *ViewRenderer) Render(w io.Writer, name string, data interface{}, c echo.Context) error

Render renders a template document

Jump to

Keyboard shortcuts

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