package
0.0.0-20241026182906-d5733d0cb00d
Repository: https://github.com/moseski/go_gin_crud.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
DeleteUser - Delete user and clear relevant cache entries.
GetAllUsers - Get all users with Redis caching.
GetUser - Get a single user by ID from MongoDB with Redis caching.
UpdateUser - Update user and clear relevant cache entries.