Enum and field renames.

This commit is contained in:
Jay
2026-04-20 17:43:40 -04:00
parent fd806c0231
commit aaf8571b9f
9 changed files with 47 additions and 47 deletions
+6 -6
View File
@@ -52,17 +52,17 @@ type InboundPoolEventKind = inbound.PoolEventKind
// Inbound Pool event constants
const (
EventPeerDisconnected = inbound.EventPeerDisconnected
EventPeerDropped = inbound.EventPeerDropped
EventPeerEvicted = inbound.EventPeerEvicted
EventPeerDisconnected = inbound.EventDisconnected
EventPeerDropped = inbound.EventDropped
EventPeerEvicted = inbound.EventEvicted
)
// Inbound Worker exit kinds
const (
ExitCleanDisconnect = inbound.ExitCleanDisconnect
ExitUnexpectedDrop = inbound.ExitUnexpectedDrop
ExitInactive = inbound.ExitInactive
ExitCleanDisconnect = inbound.ExitDisconnected
ExitUnexpectedDrop = inbound.ExitError
ExitInactive = inbound.ExitPolicy
)
// Connection constructors