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
- Helper functions for common tasks such as parsing incoming queries
20
+
- Support for running multiple JS functions as hooks
21
+
- Prometheus metrics for monitoring
22
+
23
+
## Build for testing
24
+
25
+
To build the plugin for development and testing, run the following command:
26
+
27
+
```bash
28
+
make build-dev
29
+
```
30
+
31
+
Running the above command causes the `go mod tidy` and `go build` to run for compiling and generating the plugin binary in the current directory, named `gatewayd-plugin-js`.
32
+
33
+
> [!WARNING]
34
+
> This plugin is experimental and is not recommended for production use. This is unless you know what you are doing.
0 commit comments