execute_hook
Method
This is a method of the PluginManager class in the plugins module.Execute hooks for a specific hook type
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
execute_hook: Execute hooks for a specific hook type
This is a method of the PluginManager class in the plugins module.Execute hooks for a specific hook type
def execute_hook(
&self,
hook: PluginHook,
data: serde_json::Value,
) -> Result<serde_json::Value>