From eb5ebbdaf72ea38e6766aba964ddf7ed1fd61928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Sat, 19 Nov 2022 22:11:29 +0300 Subject: [PATCH] Update hooks.md --- guide/hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/hooks.md b/guide/hooks.md index 151de33f80e..bed811175e5 100644 --- a/guide/hooks.md +++ b/guide/hooks.md @@ -8,6 +8,7 @@ With Fiber v2.30.0, you can execute custom user functions when to run some metho - [OnListen](#onlisten) - [OnFork](#onfork) - [OnShutdown](#onshutdown) +- [OnMount](#onmount) ## Constants ```go @@ -193,4 +194,4 @@ func main() { {% hint style="warning" %} OnName/OnRoute/OnGroup/OnGroupName hooks are mount-sensitive. If you use one of these routes on sub app and you mount it; paths of routes and groups will start with mount prefix. -{% endhint %} \ No newline at end of file +{% endhint %}