templates

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render(source string, context *Context) (string, error)

Render renders a template with a context and returns the rendered value.

Types

type Context

type Context struct {

	// Scripts define the custom scripts for the context.
	Scripts map[string]string

	// Variables define the variables for the context.
	Variables map[string]string
}

Context represents a context.

func (*Context) Functions

func (c *Context) Functions() map[string]interface{}

Functions returns the function map for the context.

Jump to

Keyboard shortcuts

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