MCPcopy Create free account
hub / github.com/kataras/iris / Render

Method Render

context/context.go:4320–4320  ·  view source on GitHub ↗
(context.Context, io.Writer)

Source from the content-addressed store, hash-verified

4318// An example of compatible Component is a templ.Component.
4319type Component interface {
4320 Render(context.Context, io.Writer) error
4321}
4322
4323// RenderComponent renders a component to the client.

Callers 3

RenderMethod · 0.65
RenderComponentMethod · 0.65
context.goFile · 0.65

Implementers 6

doneTODOs_examples/view/template_jet_0/main.go
tTODO_examples/view/template_jet_0/main.go
independentPluralRendereri18n/internal/plural.go
Messagei18n/internal/message.go
Templatei18n/internal/template.go
Contextcontext/context.go

Calls

no outgoing calls

Tested by

no test coverage detected