repogen
repogen copied to clipboard
A code generator for MongoDB repository in Golang
Just found this great generator but missing one thing to use it in our project with data model generated by other tool (OpenAPI spec generator) **Is your feature request related...
### Issue https://github.com/sunboyy/repogen/issues/41 ### Feature - `package.Package` add field `Path` to locate itself. - add flag `model-dir` and `dest-pkg` - `code.Struct` add field `PackageAlias` to represent imported type and update...
Nice generator package! **Is your feature request related to a problem? Please describe.** With dependency injection pattern, it's common that controller package defines the repository interface and accept it as...