MCPcopy
hub / github.com/benbjohnson/wtf / Renderer

Interface Renderer

cmd/wtf-storybook/main.go:68–70  ·  view source on GitHub ↗

Renderer represents an HTML template renderer found in http/html.

Source from the content-addressed store, hash-verified

66
67// Renderer represents an HTML template renderer found in http/html.
68type Renderer interface {
69 Render(ctx context.Context, w io.Writer)
70}
71
72// Route represents a named reference to a renderer.
73type Route struct {

Callers 8

handleDialIndexMethod · 0.65
handleDialViewMethod · 0.65
handleDialNewMethod · 0.65
handleDialCreateMethod · 0.65
handleDialEditMethod · 0.65
handleDialUpdateMethod · 0.65
handleNotFoundMethod · 0.65
handleIndexMethod · 0.65

Implementers 4

Alerthttp/html/html.go
Flashhttp/html/html.go
Paginationhttp/html/html.go
WTFBadgehttp/html/html.go

Calls

no outgoing calls

Tested by

no test coverage detected