feat: Add full example with encryption, compression and signatures

This commit is contained in:
Felix Pojtinger
2022-01-08 23:14:55 +01:00
parent a15c7e7cac
commit fc05ffd532
6 changed files with 318 additions and 50 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package config
const (
NoneKey = "none"
NoneKey = ""
CompressionFormatGZipKey = "gzip"
CompressionFormatParallelGZipKey = "parallelgzip"