File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type OnMountHandler = func(*App) error
34
34
35
35
## OnRoute
36
36
37
- OnRoute is a hook to execute user functions on each route registeration . Also you can get route properties by ** route** parameter.
37
+ OnRoute is a hook to execute user functions on each route registration . Also you can get route properties by ** route** parameter.
38
38
39
39
``` go title="Signature"
40
40
func (h *Hooks ) OnRoute (handler ...OnRouteHandler )
@@ -104,7 +104,7 @@ func main() {
104
104
105
105
## OnGroup
106
106
107
- OnGroup is a hook to execute user functions on each group registeration . Also you can get group properties by ** group** parameter.
107
+ OnGroup is a hook to execute user functions on each group registration . Also you can get group properties by ** group** parameter.
108
108
109
109
``` go title="Signature"
110
110
func (h *Hooks ) OnGroup (handler ...OnGroupHandler )
You can’t perform that action at this time.
0 commit comments