Wrote forwarder.

This commit is contained in:
Jay
2026-04-17 21:27:21 -04:00
parent f4ada456f4
commit cffb54235c
4 changed files with 158 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type PoolEventKind string
const (
EventConnected PoolEventKind = "connected"
EventDisconnected = "disconnected"
EventDisconnected PoolEventKind = "disconnected"
)
type PoolEvent struct {