MCPcopy Index your code
hub / github.com/unrolled/render / Engine

Interface Engine

engine.go:13–15  ·  view source on GitHub ↗

Engine is the generic interface for all responses.

Source from the content-addressed store, hash-verified

11
12// Engine is the generic interface for all responses.
13type Engine interface {
14 Render(w io.Writer, v interface{}) error
15}
16
17// Head defines the basic ContentType and Status fields.
18type Head struct {

Callers 1

RenderMethod · 0.65

Implementers 7

Dataengine.go
HTMLengine.go
JSONengine.go
JSONPengine.go
Textengine.go
XMLengine.go
Renderrender.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…