clean-gin icon indicating copy to clipboard operation
clean-gin copied to clipboard

Implementation of clean architecture in Go, Gin with dependency injection.

Results 7 clean-gin issues
Sort by recently updated
recently updated
newest added

Implement pagination middleware

enhancement

Swagger Documentation for `clean-gin`

documentation
enhancement

Check after looking at the tutorial for gin framework. https://medium.com/wesionary-team/authorization-in-golang-projects-using-casbin-f8fad744dae5 Another discussion PR about the access control with casbin can also be seen in #7.

enhancement

Try to create a file upload middleware that is extensible (plug and playable) similar to multer in express.

enhancement

### Modular Folder Structures Currently, routes, services, repository, etc have been added in their separate folders. This make it less modular, harder to re-use and less maintainability. Thinking of making...

enhancement