docs: create guides/patterns directory#5145
Conversation
- Move gin-routing.mdx to guides/patterns/gin-routing.mdx - Move gin-services.mdx to guides/patterns/gin-services.mdx - Create new guides/patterns/database.mdx for database integration patterns - Create new guides/patterns/rest-api.mdx for REST API best practices - Add _category_.json for patterns directory navigation Closes #LEA-14
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Replace incorrect Bind field with proper Services field and NewService API.
The v3 application API uses Services: []application.Service with
application.NewService() instead of Bind: []interface{}.
Fixes feedback from code review.
|
Summary
Quality Checklist
Closes #LEA-14