]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - dhall/server/service/plugin/Config.dhall
add(dhall): introduce pre-function plugin
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / Config.dhall
index ea53361976a12621e75edcecc4f94c6a5f133d5e..1f600806feb823d3d58a439fc29fb88949c006c2 100644 (file)
@@ -1,9 +1,8 @@
 < CorrelationId :
-       { header_name : Text, echo_downstream : Bool, generator : Text }
-| RequestTransformer :
-       { add : { headers : List Text } }
+    { header_name : Text, echo_downstream : Bool, generator : Text }
+| RequestTransformer : { add : { headers : List Text } }
 | RequestTermination :
-       { status_code : Natural, content_type : Text, body : Text }
-| IPRestriction :
-       { whitelist : Text }
+    { status_code : Natural, content_type : Text, body : Text }
+| IPRestriction : { whitelist : Text }
+| PreFunction : { functions : List Text }
 >