Expand description
Hook implementation types and registry for hybrid DSL + native execution
Structs§
- Action
Type Hooks - All hooks for a specific action type
- Hook
Context - Hook execution context
- Hook
Context Builder - Builder for HookContext with fluent API
- Hook
Registry - Registry of native hook implementations
- Hook
Result - Result returned by hook execution
Enums§
- Hook
Implementation - Represents how a hook is implemented
- Hook
Type - Hook type enumeration
Type Aliases§
- BoxFuture
- Result type for hook functions
- Hook
Function - Native hook function type Takes AppState and HookContext, returns a Future resolving to HookResult