# Functions
No description provided by the author
NewTaskRepository creates a new instance of TaskRepository with a connected MySQL database.
NewUserRepository creates a new instance of UserRepository with a connected MySQL database.
# Structs
TaskRepository is the GORM implementation of TaskRepository for MySQL.
UserRepository is the GORM implementation of UserRepository for MySQL.