Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UCInteractor ¶ added in v1.0.1
type UCInteractor struct { Cfg *config.ServiceConfig DBRepo repositorys.DBRepo CacheRepo repositorys.CacheRepo CallWrapperRepo repositorys.CallWrapperRepo UtilsRepo repositorys.UtilsRepo HelpersRepo repositorys.HelpersRepo OMDBRepo repositorys.OMDBRepo SpotifyRepo repositorys.SpotifyRepo }
func New ¶
func New(c *UCInteractor) *UCInteractor
func (*UCInteractor) DoGetDetailMovie ¶ added in v1.0.1
func (uc *UCInteractor) DoGetDetailMovie(ctx context.Context, reqClient *pb.GetDetailMovieReq) (data *pb.GetDetailMovieResp, err error)
func (*UCInteractor) DoGetListMovie ¶ added in v1.0.1
func (uc *UCInteractor) DoGetListMovie(ctx context.Context, reqClient *pb.GetListMovieReq) (resp *pb.GetListMovieResp, errResp *customError.Error)
DoGetListMovie get list movie
Click to show internal directories.
Click to hide internal directories.