feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database
This commit is contained in:
parent
baf5aac08e
commit
4ff490806c
18 changed files with 627 additions and 2 deletions
5
pkg/scrypto/README.md
Normal file
5
pkg/scrypto/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
Original code imported from https://github.com/galdor/go-service/tree/master/pkg/scrypto
|
||||
|
||||
Alterations:
|
||||
- converted the EncryptAES256 and DecryptAES256 functions to methods
|
||||
- rewrote the tests to get rid of the dependency on testify
|
Loading…
Add table
Add a link
Reference in a new issue