Skip to main content

Module hooks

Module hooks 

Source
Expand description

Hook implementation types and registry for hybrid DSL + native execution

Structs§

ActionTypeHooks
All hooks for a specific action type
HookContext
Hook execution context
HookContextBuilder
Builder for HookContext with fluent API
HookRegistry
Registry of native hook implementations
HookResult
Result returned by hook execution

Enums§

HookImplementation
Represents how a hook is implemented
HookType
Hook type enumeration

Type Aliases§

BoxFuture
Result type for hook functions
HookFunction
Native hook function type Takes AppState and HookContext, returns a Future resolving to HookResult