Adapters¶
Guides for adding adapters to HexaGo-generated projects.
Primary Adapters (Inbound)¶
| Adapter Type | Description |
|---|---|
| HTTP Plugin Pattern | Add routes, route groups, and middleware for each framework |
Examples¶
| Example | Description |
|---|---|
| Database Repository | Add a SQL database adapter implementing a Store port |
| External API Client | Add an external API client adapter for third-party services |
| URL Shortener with QR Code | Complete walkthrough: domain, ports, SQLite adapter, QR API adapter, core service, HTTP handler, wire-up |