Documentation ¶
Index ¶
- func Init(mysqlDSN string)
- func SelectActorNameByMid(mid int64) ([]*entity.FilmActor, error)
- func SelectCinemaByCid(cinemaId int64) (*entity.Cinema, error)
- func SelectCinemasByLid(locationId int64) ([]*entity.Cinema, error)
- func SelectFilmMesage(movieId int64) (*entity.Film, error)
- func SelectMHAddress(mhId int64) (string, error)
- func SelectMidByCid(cinemaId int64, year int64, month int64, day int64) ([]int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SelectActorNameByMid ¶
获取演员信息
func SelectMHAddress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.