Documentation ¶
Index ¶
- type CinemaServiceExtHandler
- func (c *CinemaServiceExtHandler) GetCinemaMessageByCid(ctx context.Context, req *pb.GetCinemaMessageByCidReq, ...) error
- func (c *CinemaServiceExtHandler) GetMovieHallByMHId(ctx context.Context, req *pb.GetMovieHallByMHIdReq, ...) error
- func (c *CinemaServiceExtHandler) LocationCinema(ctx context.Context, req *pb.LocationCinemaReq, rsp *pb.LocationCinemaRsp) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CinemaServiceExtHandler ¶
type CinemaServiceExtHandler struct {
// contains filtered or unexported fields
}
func NewCinemaServiceExtHandler ¶
func NewCinemaServiceExtHandler() *CinemaServiceExtHandler
func (*CinemaServiceExtHandler) GetCinemaMessageByCid ¶
func (c *CinemaServiceExtHandler) GetCinemaMessageByCid(ctx context.Context, req *pb.GetCinemaMessageByCidReq, rsp *pb.GetCinemaMessageByCidRsp) error
根据影院id和时间获取正在销售的影片信息和影院信息
func (*CinemaServiceExtHandler) GetMovieHallByMHId ¶
func (c *CinemaServiceExtHandler) GetMovieHallByMHId(ctx context.Context, req *pb.GetMovieHallByMHIdReq, rsp *pb.GetMovieHallByMHIdRsp) error
func (*CinemaServiceExtHandler) LocationCinema ¶
func (c *CinemaServiceExtHandler) LocationCinema(ctx context.Context, req *pb.LocationCinemaReq, rsp *pb.LocationCinemaRsp) error
根据地点获取影院
Click to show internal directories.
Click to hide internal directories.