Add streaming APIs to encrypt with compression
This commit is contained in:
parent
ffcaa7f87b
commit
eccc1df619
8 changed files with 209 additions and 29 deletions
|
|
@ -46,4 +46,5 @@ linters:
|
|||
- ireturn # Prevents returning interfaces
|
||||
- forcetypeassert # Forces to assert types in tests
|
||||
- nonamedreturns # Disallows named returns
|
||||
- exhaustruct # Forces all structs to be named
|
||||
- exhaustruct # Forces all structs to be named
|
||||
- nosnakecase # Disallows snake case
|
||||
Loading…
Add table
Add a link
Reference in a new issue