]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - dhall/server/service/Service.dhall
upgrade dhall to 1.26.1 and merge types and terms
[github/fretlink/ansible-kong-app.git] / dhall / server / service / Service.dhall
CommitLineData
25bf64cb 1let Plugin = ./plugin/Plugin.dhall
77e27a11 2
25bf64cb 3let Route = ./Route.dhall
77e27a11
HAL
4
5in { name : Text, url : Text, plugins : List Plugin, routes : List Route }