aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/functions.dhall
diff options
context:
space:
mode:
authorHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>2018-11-19 15:51:21 +0100
committerHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>2018-11-20 17:29:11 +0100
commit77e27a11c31fee82c2ff30613bc832f5171fa845 (patch)
treeca5b2bc2ea4c15d91476436ca4376108f5a78d88 /dhall/server/service/plugin/functions.dhall
parent6bbc5a167fb43110a5b16746c112298f392be2b8 (diff)
downloadansible-kong-app-77e27a11c31fee82c2ff30613bc832f5171fa845.tar.gz
ansible-kong-app-77e27a11c31fee82c2ff30613bc832f5171fa845.tar.zst
ansible-kong-app-77e27a11c31fee82c2ff30613bc832f5171fa845.zip
add dhall interface
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}