renderer

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoreRenderer

type CoreRenderer struct{}

func (CoreRenderer) RenderView

func (CoreRenderer) RenderView(name string, data interface{}) []byte

type Renderer

type Renderer interface {
	// RenderView renders the view with the given name and data.
	// Returns the raw rendered view, and panics on error.
	RenderView(name string, data interface{}) []byte
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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