aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/functions.dhall
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2020-08-24 13:18:06 +0200
committerGitHub <noreply@github.com>2020-08-24 13:18:06 +0200
commit258e0097c2bd26bd07887c9a27dc7d0548a03419 (patch)
tree05c889fa60f44042b92f04b7f0324ea3b2117e59 /dhall/server/service/plugin/functions.dhall
parentf131496c3e23d30c30dd597ab734b0f771f4a4d9 (diff)
parent2187c77a0f6b6d3e178e6d1a695bc954f57ecb72 (diff)
downloadansible-kong-app-258e0097c2bd26bd07887c9a27dc7d0548a03419.tar.gz
ansible-kong-app-258e0097c2bd26bd07887c9a27dc7d0548a03419.tar.zst
ansible-kong-app-258e0097c2bd26bd07887c9a27dc7d0548a03419.zip
Merge pull request #20 from paulrbr-fl/add-response-transformer-pluginv0.32
dhall(plugins): add binding for the 'response-transformer' plugin
Diffstat (limited to 'dhall/server/service/plugin/functions.dhall')
-rw-r--r--dhall/server/service/plugin/functions.dhall1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/server/service/plugin/functions.dhall b/dhall/server/service/plugin/functions.dhall
index 098fba7..d183dea 100644
--- a/dhall/server/service/plugin/functions.dhall
+++ b/dhall/server/service/plugin/functions.dhall
@@ -1,5 +1,6 @@
1{ mkRequestTermination = ./mkRequestTermination.dhall 1{ mkRequestTermination = ./mkRequestTermination.dhall
2, mkRequestTransformer = ./mkRequestTransformer.dhall 2, mkRequestTransformer = ./mkRequestTransformer.dhall
3, mkResponseTransformer = ./mkResponseTransformer.dhall
3, mkIPRestriction = ./mkIPRestriction.dhall 4, mkIPRestriction = ./mkIPRestriction.dhall
4, correlationId = ./correlationId.dhall 5, correlationId = ./correlationId.dhall
5, mkPreFunction = ./mkPreFunction.dhall 6, mkPreFunction = ./mkPreFunction.dhall