docs: update README, CONFIG, EXTEND for config/dialer refactoring

This commit is contained in:
Jay
2026-05-26 15:08:33 -04:00
parent 8c1371e3a0
commit d04341bfa2
3 changed files with 18 additions and 9 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ type PoolPlugin struct {
Inbox chan<- honeybee.InboxMessage
Events chan<- honeybee.PoolEvent
InboxCounter *atomic.Uint64
Dialer honeybee.Dialer
ConnectionConfig *transport.ConnectionConfig
ConnectionConfig transport.ConnectionConfig
Handler slog.Handler
}
```