aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/package.dhall
blob: 872c53b620fb0c36bebc687e9da498f5052cc3b4 (plain) (blame)
1
2
3
4
5
6
{ Type = ./Plugin.dhall
, mkRequestTermination = ./mkRequestTermination.dhall
, mkRequestTransformer = ./mkRequestTransformer.dhall
, mkIPRestriction = ./mkIPRestriction.dhall
, correlationId = ./correlationId.dhall
}