aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/functions.dhall
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/server/service/plugin/functions.dhall')
-rw-r--r--dhall/server/service/plugin/functions.dhall6
1 files changed, 6 insertions, 0 deletions
diff --git a/dhall/server/service/plugin/functions.dhall b/dhall/server/service/plugin/functions.dhall
new file mode 100644
index 0000000..a7b1295
--- /dev/null
+++ b/dhall/server/service/plugin/functions.dhall
@@ -0,0 +1,6 @@
1{ mkRequestTermination = ./mkRequestTermination.dhall
2, mkRequestTransformer = ./mkRequestTransformer.dhall
3, mkIPRestriction = ./mkIPRestriction.dhall
4, correlationId = ./correlationId.dhall
5, mkPreFunction = ./mkPreFunction.dhall
6}