Categorygithub.com/Antonio-Gabriel/go_repository_pattern
modulepackage
0.0.0-20221103083854-891e08a460f5
Repository: https://github.com/antonio-gabriel/go_repository_pattern.git
Documentation: pkg.go.dev

# README

Repository Pattern

Repositories are classes or components that encapsulate the logic needed for us to access a data source.

How it works properly:

repository pattern image

It's an example of how we can understand the implementation of this pattern.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author