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
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
|||
module git.adyxax.org/adyxax/tfstated
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue