feat: wire sse_client_cpp_core for live updates from /api/boards/issues/stream

This commit is contained in:
agent
2026-05-18 20:05:14 +02:00
parent 264c5939f3
commit 4f5e9f6fbe
16 changed files with 726 additions and 44 deletions
+1
View File
@@ -4,6 +4,7 @@ go 1.25.0
require (
fn-registry v0.0.0-00010101000000-000000000000
github.com/fsnotify/fsnotify v1.10.1
gopkg.in/yaml.v3 v3.0.1
)