Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TmplFuncGenerator ¶
type TmplFuncGenerators ¶
type TmplFuncGenerators map[string]TmplFuncGenerator
func (*TmplFuncGenerators) Add ¶
func (t *TmplFuncGenerators) Add(name string, gen TmplFuncGenerator)
func (*TmplFuncGenerators) Apply ¶
func (t *TmplFuncGenerators) Apply(ctx echo.Context)
func (*TmplFuncGenerators) Delete ¶
func (t *TmplFuncGenerators) Delete(name string)
func (*TmplFuncGenerators) Get ¶
func (t *TmplFuncGenerators) Get(name string) TmplFuncGenerator
Click to show internal directories.
Click to hide internal directories.