placeholder

package
v3.2.13 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2015 License: MIT, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Placeholder

type Placeholder interface {
	Name() string
	Set(interface{}) Setter
	Setf(format string, vals ...interface{}) Setter
	SetString() string
	WriteTo(w io.Writer) (int64, error)
}

type PlaceholderHandler

type PlaceholderHandler interface {
	Placeholder
	http.Handler
}

func NewPlaceholderHandler

func NewPlaceholderHandler(ph Placeholder, h http.Handler) PlaceholderHandler

type Setter

type Setter interface {
	io.WriterTo
	Name() string
	SetString() string
}

Jump to

Keyboard shortcuts

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