templating

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	QueryParam map[string][]string
	Path       []string
	Scheme     string
}

type TemplatingData

type TemplatingData struct {
	Request Request
	State   map[string]string
}

func NewTemplatingDataFromRequest

func NewTemplatingDataFromRequest(requestDetails *models.RequestDetails, state map[string]string) *TemplatingData

type Templator added in v0.14.2

type Templator struct {
}

func NewTemplator added in v0.14.2

func NewTemplator() *Templator

func (*Templator) ApplyTemplate added in v0.14.2

func (*Templator) ApplyTemplate(requestDetails *models.RequestDetails, state map[string]string, responseBody string) (string, error)

Jump to

Keyboard shortcuts

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