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

Method ExecuteWriter

context/view.go:32–32  ·  view source on GitHub ↗

ExecuteWriter should execute a template by its filename with an optional layout and bindingData.

(w io.Writer, filename string, layout string, bindingData interface{})

Source from the content-addressed store, hash-verified

30 Load() error
31 // ExecuteWriter should execute a template by its filename with an optional layout and bindingData.
32 ExecuteWriter(w io.Writer, filename string, layout string, bindingData interface{}) error
33 // Ext should return the final file extension (including the dot)
34 // which this view engine is responsible to render.
35 // If the filename extension on ExecuteWriter is empty then this is appended.

Callers 4

ViewMethod · 0.65
renderViewMethod · 0.65
ExecuteWriterMethod · 0.65
ExecuteWriterMethod · 0.65

Implementers 5

JetEngineview/jet.go
BlocksEngineview/blocks.go
HTMLEngineview/html.go
HandlebarsEngineview/handlebars.go
DjangoEngineview/django.go

Calls

no outgoing calls

Tested by

no test coverage detected