mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Ability to register a view engine per group of routes or for the current a chain of handlers
Example at: https://github.com/kataras/iris/tree/master/_examples/view/context-view-engine
This commit is contained in:
@@ -51,6 +51,9 @@ type ConfigurationReadOnly interface {
|
||||
GetLanguageContextKey() string
|
||||
// GetVersionContextKey returns the VersionContextKey field.
|
||||
GetVersionContextKey() string
|
||||
|
||||
// GetViewEngineContextKey returns the ViewEngineContextKey field.
|
||||
GetViewEngineContextKey() string
|
||||
// GetViewLayoutContextKey returns the ViewLayoutContextKey field.
|
||||
GetViewLayoutContextKey() string
|
||||
// GetViewDataContextKey returns the ViewDataContextKey field.
|
||||
|
||||
Reference in New Issue
Block a user