Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTmplManager ¶
func NewTmplManager(fs http.FileSystem) driver.Manager
func Static ¶
func Static(path string, fs http.FileSystem) echo.MiddlewareFunc
Types ¶
type TmplManager ¶
type TmplManager struct { *driver.BaseManager http.FileSystem Prefix string }
func (*TmplManager) GetTemplate ¶
func (a *TmplManager) GetTemplate(fileName string) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.