MCPcopy Index your code
hub / github.com/kataras/iris / Name

Method Name

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

Name returns the name of the engine.

()

Source from the content-addressed store, hash-verified

26type ViewEngine interface {
27 // Name returns the name of the engine.
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.

Callers 14

TestClientNoCacheFunction · 0.65
TestCacheFunction · 0.65
TestCacheValidatorFunction · 0.65
FaviconMethod · 0.65
FileServerFunction · 0.65
IsHiddenFunction · 0.65
DirListFunction · 0.65
DirListRichFunction · 0.65
HandlerNameFunction · 0.65
ReadDirMethod · 0.65
fs.goFile · 0.65
FindNamesFunction · 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 3

TestClientNoCacheFunction · 0.52
TestCacheFunction · 0.52
TestCacheValidatorFunction · 0.52