Documentation ¶
Index ¶
- Variables
- func LenLoadedHooks() int
- func MatchLoadedHook(id string) *hook.Hook
- func ParseAndLoadHooks(isAsTemplate bool)
- func ReloadAllHooksAsTemplate()
- func ReloadAllHooksNotAsTemplate()
- func ReloadHooks(hooksFilePath string, asTemplate bool)
- func RemoveHooks(hooksFilePath string, verbose bool, noPanic bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LoadedHooksFromFiles = make(map[string]hook.Hooks) HooksFiles hook.HooksFiles )
Functions ¶
func LenLoadedHooks ¶
func LenLoadedHooks() int
func MatchLoadedHook ¶
func ParseAndLoadHooks ¶
func ParseAndLoadHooks(isAsTemplate bool)
func ReloadAllHooksAsTemplate ¶
func ReloadAllHooksAsTemplate()
func ReloadAllHooksNotAsTemplate ¶
func ReloadAllHooksNotAsTemplate()
func ReloadHooks ¶
func RemoveHooks ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.