feat: implement SQLite storage for state messages and add message retrieval endpoint

This commit is contained in:
2026-01-10 14:20:34 +01:00
parent 7b858861a6
commit a6196cc0ee
6 changed files with 141 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ require (
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/joho/godotenv v1.5.1
github.com/pelletier/go-toml/v2 v2.0.6
github.com/mattn/go-sqlite3 v1.14.20
)
require (