Implement blackbox in Golang (#250)

* Initial release
This commit is contained in:
Tom Limoncelli
2020-07-24 14:21:33 -04:00
committed by GitHub
parent e049c02655
commit 1c77c87555
86 changed files with 6074 additions and 22 deletions

View File

@@ -0,0 +1,2 @@
user1@example.com
user2@example.com

View File

@@ -0,0 +1,2 @@
bar.txt
foo.txt

View File

@@ -0,0 +1,9 @@
+-------------+------------------------+
| STATUS | NAME |
+-------------+------------------------+
| BOTHMISSING | status-BOTHMISSING.txt |
| DECRYPTED | status-DECRYPTED.txt |
| ENCRYPTED | status-ENCRYPTED.txt |
| GPGMISSING | status-GPGMISSING.txt |
| SHREDDED | status-SHREDDED.txt |
+-------------+------------------------+

View File

@@ -0,0 +1 @@
I am the foo.txt file!

View File

@@ -0,0 +1,5 @@
+-----------+---------+
| STATUS | NAME |
+-----------+---------+
| ENCRYPTED | foo.txt |
+-----------+---------+

View File

@@ -0,0 +1 @@
I am the foo.txt file!

View File

@@ -0,0 +1,6 @@
+-----------+----------------------+
| STATUS | NAME |
+-----------+----------------------+
| ENCRYPTED | status-ENCRYPTED.txt |
| NOTREG | blah.txt |
+-----------+----------------------+