diff options
author | Ollie Phillips <oliver@eantics.co.uk> | 2019-05-09 11:30:49 +0100 |
---|---|---|
committer | Ollie Phillips <oliver@eantics.co.uk> | 2019-05-09 11:30:49 +0100 |
commit | d337a2251d087e2d9bfc96ae130688a4dab6348f (patch) | |
tree | c322e6873e1f7a5c5bc4349fb5db5ebed8ab4e33 | |
parent | 7b26b49f616e7581a274a7344ba376353a6bd6a5 (diff) |
spaces in place of tabs
-rw-r--r-- | docs/src/Interfaces/Item.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/Interfaces/Item.md b/docs/src/Interfaces/Item.md index 9b06cc6..9f805b8 100644 --- a/docs/src/Interfaces/Item.md +++ b/docs/src/Interfaces/Item.md @@ -115,7 +115,7 @@ Approve, Reject routines, and API response routines. All methods in its set take ```go type Hookable interface { BeforeAPIResponse(http.ResponseWriter, *http.Request, []byte) ([]byte, error) - AfterAPIResponse(http.ResponseWriter, *http.Request, []byte) error + AfterAPIResponse(http.ResponseWriter, *http.Request, []byte) error BeforeAPICreate(http.ResponseWriter, *http.Request) error AfterAPICreate(http.ResponseWriter, *http.Request) error |