mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 12:31:58 +00:00
:)
This commit is contained in:
@@ -19,9 +19,10 @@ type HandlebarsEngine struct {
|
||||
// files configuration
|
||||
rootDir string
|
||||
extension string
|
||||
assetFn func(name string) ([]byte, error) // for embedded, in combination with directory & extension
|
||||
namesFn func() []string // for embedded, in combination with directory & extension
|
||||
reload bool // if true, each time the ExecuteWriter is called the templates will be reloaded.
|
||||
// Not used anymore.
|
||||
// assetFn func(name string) ([]byte, error) // for embedded, in combination with directory & extension
|
||||
// namesFn func() []string // for embedded, in combination with directory & extension
|
||||
reload bool // if true, each time the ExecuteWriter is called the templates will be reloaded.
|
||||
// parser configuration
|
||||
layout string
|
||||
rmu sync.RWMutex
|
||||
|
||||
Reference in New Issue
Block a user