Documentation
¶
Index ¶
- func ConnectionMySQL() (*ent.Client, error)
- func CreateToDo(todo *models.ToDo) (*ent.ToDo, error)
- func CreateUser(user models.User) (*ent.User, error)
- func DeleteToDo(todoUUID, userUUID uuid.UUID) error
- func DeleteUser(userUUID uuid.UUID) error
- func ReadToDo(userUUID uuid.UUID) ([]*ent.ToDo, error)
- func ReadUser(email string) (*ent.User, error)
- func UpdateToDo(updateToDo models.UpdateToDo) (int, error)
- func UpdateUser(userData models.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectionMySQL ¶
func DeleteToDo ¶
func DeleteUser ¶
func UpdateToDo ¶
func UpdateToDo(updateToDo models.UpdateToDo) (int, error)
func UpdateUser ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.