Structs§
- Hook
Definition - A registered hook definition.
- Hook
Matcher - Matcher for which tool/event a hook applies to.
- Hook
Output - Output from a hook callback.
- Notification
Input - Input for a notification hook.
- Post
Tool UseInput - Input for a postToolUse hook.
- PreTool
UseInput - Input for a preToolUse hook.
- Stop
Input - Input for a stop hook.
Enums§
- Hook
Decision - Hook
Event - Hook events that can be intercepted.
- Hook
Input - Discriminated hook input passed to callbacks.
Functions§
- hook_
callback - Helper to create a HookCallback from an async closure.
Type Aliases§
- Hook
Callback - Async hook callback type.