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

Method Load

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

Load should load the templates from the given FileSystem.

()

Source from the content-addressed store, hash-verified

28 Name() string
29 // Load should load the templates from the given FileSystem.
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)

Callers 14

BuildMethod · 0.65
initFunction · 0.65
LoadFunction · 0.65
TestI18nPluralsFunction · 0.65
mainFunction · 0.65
newAppFunction · 0.65
newAppFunction · 0.65
mainFunction · 0.65
validateMethod · 0.65
unmarshalINIFunction · 0.65
StoreMethod · 0.65
RegisterViewMethod · 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 1

TestI18nPluralsFunction · 0.52