Wrote forwarder.

This commit is contained in:
Jay
2026-04-17 21:27:21 -04:00
parent 8113a050e0
commit dc00fd4899
4 changed files with 158 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ type PoolEventKind string
const (
EventConnected PoolEventKind = "connected"
EventDisconnected = "disconnected"
EventDisconnected PoolEventKind = "disconnected"
)
type PoolEvent struct {