package
0.0.0-20241203014913-d3df302a8e18
Repository: https://github.com/jesusrj/go-mongo.git
Documentation: pkg.go.dev

# Structs

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

# Interfaces

Entity abstract entity interface.
No description provided by the author
PaginatedRepository is an interface that defines a method for retrieving paginated results from the repository based on a query.
Repository is an interface that defines basic CRUD (Create, Read, Update, Delete) operations for entities that implement the AbstractEntity interface.