Event implements [Resolver] and it is intended to be used as a base Hook event that you can embed in your custom typed event structs.
Example:
type CustomEvent struct { hook.Event SomeField int } Copy
type CustomEvent struct { hook.Event SomeField int }
Next calls the next hook handler.
Generated using TypeDoc
Event implements [Resolver] and it is intended to be used as a base Hook event that you can embed in your custom typed event structs.
Example: