]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - dhall/types.dhall
add dhall interface
[github/fretlink/ansible-kong-app.git] / dhall / types.dhall
1 { Vault =
2 ./Vault.dhall
3 , Config =
4 ./Config.dhall
5 , Server =
6 ./server/Server.dhall
7 , Service =
8 ./server/service/Service.dhall
9 , Plugin =
10 ./server/service/plugin/Plugin.dhall
11 , Route =
12 ./server/service/route/Route.dhall
13 }