Sergio Eliofery

Results 4 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 └──...

Is there progress in this direction? Since it is impossible to directly obtain the field name, you have to use regular expressions. **Example:** ```go func errorFormat(errMsg error) error { reg,...

> I've made a package that adds support for namespaces, use at your own risk though: https://github.com/ganyicz/volt-namespaces Thanks for your work. I will test it.