Pass from file

This commit is contained in:
2022-02-10 22:34:55 +02:00
parent 63411532c4
commit 94f4593fdc
7 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ vhost : Text
, username : Text
, password : Text
, password : ../Password/Type.dhall
, host : Text
}
+1
View File
@@ -0,0 +1 @@
< Password : Text | File : Text >
+1
View File
@@ -0,0 +1 @@
{ Type = ./Type.dhall }
+1
View File
@@ -2,4 +2,5 @@
, default = ./default.dhall
, AMQP = ./AMQP/package.dhall
, Fetcher = ./Fetcher/package.dhall
, Password = ./Password/package.dhall
}