templates

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package templates implements template execution for files to be dynamically rendered for the client.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rule

type Rule struct {
	Path       string
	Extensions []string
	IndexFiles []string
	Delims     [2]string
}

Rule represents a template rule. A template will only execute with this rule if the request path matches the Path specified and requests a resource with one of the extensions specified.

type Templates

type Templates struct {
	Next    httpserver.Handler
	Rules   []Rule
	Root    string
	FileSys http.FileSystem
}

Templates is middleware to render templated files as the HTTP response.

func (Templates) ServeHTTP

func (t Templates) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)

ServeHTTP implements the httpserver.Handler interface.

Jump to

Keyboard shortcuts

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