Documentation
¶
Index ¶
- func DeleteComment(commentID int64) error
- func Init(mysqlDSN string)
- func InsertHotComment(comment *entity.Comment) error
- func SelectFilmImageAndName(filmId int64) (string, string, error)
- func SelectHotComment(movieId int64) ([]*entity.Comment, error)
- func SelectMyComment(userId int64) ([]*entity.Comment, error)
- func SelectUpNum(commentID int64) (int64, error)
- func UpdateHotComment(commentID int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteComment ¶
func InsertHotComment ¶
func SelectUpNum ¶
func UpdateHotComment ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.