react

package
v0.0.0-...-75625ea Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2017 License: BSD-3-Clause Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DuktapeRenderer

type DuktapeRenderer struct {
	// contains filtered or unexported fields
}

func NewDuktapeRenderer

func NewDuktapeRenderer(count int) *DuktapeRenderer

func (*DuktapeRenderer) Render

func (r *DuktapeRenderer) Render(code, inputURL, inputJSON string) (string, error)

type NodeJSRenderer

type NodeJSRenderer struct {
	// contains filtered or unexported fields
}

func NewNodeJSRenderer

func NewNodeJSRenderer(count int) *NodeJSRenderer

func (*NodeJSRenderer) Render

func (r *NodeJSRenderer) Render(code, inputURL, inputJSON string) (string, error)

type Renderer

type Renderer interface {
	Render(code, inputURL, inputJSON string) (output string, err error)
}

Jump to

Keyboard shortcuts

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