Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed May 31, 2024
1 parent 88349ca commit 078b98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion using-gatewayd/Act.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `Hook` field is a map that contains the following fields:
| --------------- | ------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Hook.Name` | The name of the hook. | string | `HOOK_NAME_ON_TRAFFIC_FROM_CLIENT` |
| `Hook.Priority` | The priority of the hook. | string | 1000 |
| `Hook.Params` | The input parameters. | map | `{"server": {"remote": "127.0.0.1:15432", "local": "127.0.0.1:37502"}, "client": {"remote": "127.0.0.1:5432", "local": "127.0.0.1:53684"}, ...}` |
| `Hook.Params` | The input parameters. | map | `{"server": {"remote": "127.0.0.1:5432", "local": "127.0.0.1:53684"}, "client": {"remote": "127.0.0.1:15432", "local": "127.0.0.1:37502"}, ...}` |

1. `Hook.Name` (string)
2. `Hook.Priority` (string)
Expand Down

0 comments on commit 078b98b

Please sign in to comment.