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.dhall9
1 files changed, 9 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..dcf2c9a
--- /dev/null
+++ b/dhall/server/service/plugin/functions.dhall
@@ -0,0 +1,9 @@
1{ mkRequestTermination =
2 ./mkRequestTermination.dhall
3, mkRequestTransformer =
4 ./mkRequestTransformer.dhall
5, mkIPRestriction =
6 ./mkIPRestriction.dhall
7, CorrelationId =
8 ./CorrelationId.dhall
9}