golang-generic-repository-pattern icon indicating copy to clipboard operation
golang-generic-repository-pattern copied to clipboard

Golang | Generic Repository Pattern

Results 2 golang-generic-repository-pattern issues
Sort by recently updated
recently updated
newest added

Is there any way to extend the repository struct? For example, the generic repository can be embedded in a more specific reposoitory struct (UserRepository). I tried to play with it...

Hi, The repository looks awesome! It would be great if you could share some unit test examples, especially for the userHandler. I am mainly interested in how you would mock,...

good first issue