feat: add debug log stream support

This commit is contained in:
2026-04-02 23:27:46 +08:00
parent f1c16e89f0
commit 9ec25b94f1
15 changed files with 624 additions and 15 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.25.0
require (
github.com/antchfx/htmlquery v1.3.6
github.com/gin-gonic/gin v1.12.0
github.com/gorilla/websocket v1.5.3
github.com/google/uuid v1.6.0
go.uber.org/zap v1.27.1
gopkg.in/natefinch/lumberjack.v2 v2.2.1