Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetDeveloperLogic ¶
func NewGetDeveloperLogic ¶
func NewGetDeveloperLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDeveloperLogic
func (*GetDeveloperLogic) GetDeveloper ¶
func (l *GetDeveloperLogic) GetDeveloper(req *types.GetDeveloperReq) (resp *types.GetDeveloperResp, err error)
type GetLanguageUsageLogic ¶
func NewGetLanguageUsageLogic ¶
func NewGetLanguageUsageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetLanguageUsageLogic
func (*GetLanguageUsageLogic) GetLanguageUsage ¶
func (l *GetLanguageUsageLogic) GetLanguageUsage(req *types.GetLanguageUsageReq) (resp *types.GetLanguageUsageResp, err error)
type GetNationLogic ¶
func NewGetNationLogic ¶
func NewGetNationLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNationLogic
func (*GetNationLogic) GetNation ¶
func (l *GetNationLogic) GetNation(req *types.GetNationReq) (resp *types.GetNationResp, err error)
type GetScoreLogic ¶
func NewGetScoreLogic ¶
func NewGetScoreLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetScoreLogic
func (*GetScoreLogic) GetScore ¶
func (l *GetScoreLogic) GetScore(req *types.GetScoreReq) (resp *types.GetScoreResp, err error)
type GetSummaryLogic ¶
func NewGetSummaryLogic ¶
func NewGetSummaryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSummaryLogic
func (*GetSummaryLogic) GetSummary ¶
func (l *GetSummaryLogic) GetSummary(req *types.GetSummaryReq) (resp *types.GetSummaryResp, err error)
type PostLanguageUsageTaskLogic ¶
func NewPostLanguageUsageTaskLogic ¶
func NewPostLanguageUsageTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PostLanguageUsageTaskLogic
func (*PostLanguageUsageTaskLogic) PostLanguageUsageTask ¶
func (l *PostLanguageUsageTaskLogic) PostLanguageUsageTask(req *types.PostTaskReq) (resp *types.PostTaskResp, err error)
type PostNationTaskLogic ¶
func NewPostNationTaskLogic ¶
func NewPostNationTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PostNationTaskLogic
func (*PostNationTaskLogic) PostNationTask ¶
func (l *PostNationTaskLogic) PostNationTask(req *types.PostTaskReq) (resp *types.PostTaskResp, err error)
type PostScoreTaskLogic ¶
func NewPostScoreTaskLogic ¶
func NewPostScoreTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PostScoreTaskLogic
func (*PostScoreTaskLogic) PostScoreTask ¶
func (l *PostScoreTaskLogic) PostScoreTask(req *types.PostTaskReq) (resp *types.PostTaskResp, err error)
type PostSummaryTaskLogic ¶
func NewPostSummaryTaskLogic ¶
func NewPostSummaryTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PostSummaryTaskLogic
func (*PostSummaryTaskLogic) PostSummaryTask ¶
func (l *PostSummaryTaskLogic) PostSummaryTask(req *types.PostTaskReq) (resp *types.PostTaskResp, err error)
Click to show internal directories.
Click to hide internal directories.