MCPcopy
hub / github.com/labstack/echo / Renderer

Interface Renderer

renderer.go:9–11  ·  view source on GitHub ↗

Renderer is the interface that wraps the Render function.

Source from the content-addressed store, hash-verified

7
8// Renderer is the interface that wraps the Render function.
9type Renderer interface {
10 Render(c *Context, w io.Writer, templateName string, data any) error
11}
12
13// TemplateRenderer is helper to ease creating renderers for `html/template` and `text/template` packages.
14// Example usage:

Callers 1

RenderMethod · 0.65

Implementers 3

TemplateRendererrenderer.go
Templatecontext_test.go
Contextcontext.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…