aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/functions.dhall
blob: dcf2c9a9563b784eb3c2f4e8c301cab2d932881b (plain) (blame)
1
2
3
4
5
6
7
8
9
{ mkRequestTermination =
    ./mkRequestTermination.dhall
, mkRequestTransformer =
    ./mkRequestTransformer.dhall
, mkIPRestriction =
    ./mkIPRestriction.dhall
, CorrelationId =
    ./CorrelationId.dhall
}