feat: Add full example with encryption, compression and signatures

This commit is contained in:
Felicitas Pojtinger
2022-01-08 23:14:55 +01:00
parent c7654dd876
commit 46eef49429
6 changed files with 318 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
package config
const (
NoneKey = "none"
NoneKey = ""
CompressionFormatGZipKey = "gzip"
CompressionFormatParallelGZipKey = "parallelgzip"