# Functions
NewGoHook creates a new go hook.
NewShellHook new hook, which runs via the OS interpreter like bash/python/etc.
# Structs
No description provided by the author
HookResult returns result of a hook execution.
No description provided by the author
# Type aliases
HookKind kind of the hook.
ReconcileFunc function which holds the main logic of the hook.