Remove root honeybee package; promote inbound and outbound as primary API

- Delete honeybee.go (coincidental-strength re-export module)
- Add Socket, InboxMessage, NormalizeURL re-exports to inbound/pool.go
- Add InboxMessage, Dialer, NormalizeURL re-exports to outbound/pool.go
- Add Socket, Dialer re-exports to honeybeetest/mocks.go
- Update README, CONFIG, EXTEND to reflect new import structure
This commit is contained in:
Jay
2026-05-18 09:25:55 -04:00
parent 9616764899
commit b8a2d47846
7 changed files with 103 additions and 243 deletions
+5
View File
@@ -9,6 +9,11 @@ import (
"time"
)
// Re-exported types for consumer convenience
type Socket = types.Socket
type Dialer = types.Dialer
// Dialer Mocks
type MockDialer struct {