Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFollowingLogic ¶
func NewAddFollowingLogic ¶
func NewAddFollowingLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddFollowingLogic
func (*AddFollowingLogic) AddFollowing ¶
func (l *AddFollowingLogic) AddFollowing(req types.ReqUserId) error
type AddStarInterviewLogic ¶
func NewAddStarInterviewLogic ¶
func NewAddStarInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddStarInterviewLogic
func (*AddStarInterviewLogic) AddStarInterview ¶
func (l *AddStarInterviewLogic) AddStarInterview(req types.ReqStarInterviewsID) error
type DeleteFollowingLogic ¶
func NewDeleteFollowingLogic ¶
func NewDeleteFollowingLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteFollowingLogic
func (*DeleteFollowingLogic) DeleteFollowing ¶
func (l *DeleteFollowingLogic) DeleteFollowing(req types.ReqUserId) error
type DeleteStarInterviewLogic ¶
func NewDeleteStarInterviewLogic ¶
func NewDeleteStarInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteStarInterviewLogic
func (*DeleteStarInterviewLogic) DeleteStarInterview ¶
func (l *DeleteStarInterviewLogic) DeleteStarInterview(req types.ReqStarInterviewsID) error
type GetAllFollowersLogic ¶
func NewGetAllFollowersLogic ¶
func NewGetAllFollowersLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllFollowersLogic
func (*GetAllFollowersLogic) GetAllFollowers ¶
type GetAllFollowingLogic ¶
func NewGetAllFollowingLogic ¶
func NewGetAllFollowingLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllFollowingLogic
func (*GetAllFollowingLogic) GetAllFollowing ¶
type GetAllStarInterviewsLogic ¶
func NewGetAllStarInterviewsLogic ¶
func NewGetAllStarInterviewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllStarInterviewsLogic
func (*GetAllStarInterviewsLogic) GetAllStarInterviews ¶
func (l *GetAllStarInterviewsLogic) GetAllStarInterviews(req types.ReqStarInterviews) (resp []types.RespStarInterviews, err error)
type GetInterviewStatusLogic ¶
func NewGetInterviewStatusLogic ¶
func NewGetInterviewStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetInterviewStatusLogic
func (*GetInterviewStatusLogic) GetInterviewStatus ¶
func (l *GetInterviewStatusLogic) GetInterviewStatus(req types.ReqUserId) (resp []types.InterviewHardStatus, err error)
type GetUserLogic ¶
func NewGetUserLogic ¶
func NewGetUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetUserLogic
type UpdateUserLogic ¶
func NewUpdateUserLogic ¶
func NewUpdateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) UpdateUserLogic
func (*UpdateUserLogic) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.