Sergio Eliofery
Results
2
comments of
Sergio Eliofery
Tell me, are there any changes on this topic? Is it possible to assemble this structure with one database query? ```go type Role struct { ID int64 `db:"role_id"` Name string...
You can solve it like this: **Folder structure:** Here each api is one big project. ``` api ├── marketing │ ├── marketing.gen.yaml │ └── marketing.openapi.yaml └── subscription ├── subscription.gen.yaml └──...