package
0.0.0-20241204140229-91a72df1c714
Repository: https://github.com/rkgcloud/crud.git
Documentation: pkg.go.dev
# Functions
CreateUser creates a new user in the database.
DeleteUser deletes a user from the database.
GetUser retrieves a single user by ID.
GetUsers retrieves all users from the database.
UpdateUser updates a user's information.