Wrote forwarder.
This commit is contained in:
@@ -36,7 +36,7 @@ type PoolEventKind string
|
||||
|
||||
const (
|
||||
EventConnected PoolEventKind = "connected"
|
||||
EventDisconnected = "disconnected"
|
||||
EventDisconnected PoolEventKind = "disconnected"
|
||||
)
|
||||
|
||||
type PoolEvent struct {
|
||||
|
||||
Reference in New Issue
Block a user