Documentation
¶
Index ¶
- func Init(mysqlDSN string)
- func InsertUser(userName string, password string, email string) error
- func SelectOrderByUidMid(movieId int64, userId int64) (int64, error)
- func SelectUserByEmail(email string) (*entity.User, error)
- func SelectUserByPasswordName(email string, password string) (*entity.User, error)
- func UpdateOrderScore(movieId int64, score int64) error
- func UpdateUserEmailProfile(email string, userId int64) error
- func UpdateUserNameProfile(userName string, userId int64) error
- func UpdateUserPhoneProfile(phone string, userId int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateOrderScore ¶
func UpdateUserEmailProfile ¶
func UpdateUserNameProfile ¶
func UpdateUserPhoneProfile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.