Initial commit
This commit is contained in:
5
dhall/AMQP/Type.dhall
Normal file
5
dhall/AMQP/Type.dhall
Normal file
@@ -0,0 +1,5 @@
|
||||
{ vhost : Text
|
||||
, username : Text
|
||||
, password : Text
|
||||
, host : Text
|
||||
}
|
||||
4
dhall/AMQP/default.dhall
Normal file
4
dhall/AMQP/default.dhall
Normal file
@@ -0,0 +1,4 @@
|
||||
{ vhost = "/"
|
||||
, username = "guest"
|
||||
, host = "localhost"
|
||||
}
|
||||
1
dhall/AMQP/package.dhall
Normal file
1
dhall/AMQP/package.dhall
Normal file
@@ -0,0 +1 @@
|
||||
{ Type = ./Type.dhall, default = ./default.dhall }
|
||||
Reference in New Issue
Block a user