You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hookable provides lifecycle hooks into the http handlers which manage Save, Delete,
110
-
Approve, and Reject routines. All methods in its set take an
111
-
`http.ResponseWriter, *http.Request` and return an `error`.
110
+
Approve, Reject routines, and API response routines. All methods in its set take an
111
+
`http.ResponseWriter, *http.Request` and return an `error`. Hooks which relate to the API response, additionally take data of type `[]byte`, and may provide a return of the same type.
0 commit comments