Next triggers the next handler in the hook's chain (if any).
()
| 4 | type Resolver interface { |
| 5 | // Next triggers the next handler in the hook's chain (if any). |
| 6 | Next() error |
| 7 | |
| 8 | // note: kept only for the generic interface; may get removed in the future |
| 9 | nextFunc() func() error |
no outgoing calls