Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2023 Changes in this version + type CreateAppLogic struct + func NewCreateAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateAppLogic + func (l *CreateAppLogic) CreateApp(in *pay.AppCreateReq) (*pay.BaseIDResp, error) + type DeleteAppLogic struct + func NewDeleteAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteAppLogic + func (l *DeleteAppLogic) DeleteApp(in *pay.IDReq) (*pay.BaseResp, error) + type GetAppListLogic struct + func NewGetAppListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppListLogic + func (l *GetAppListLogic) GetAppList(in *pay.Empty) (*pay.AppListResp, error) + type GetAppLogic struct + func NewGetAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppLogic + func (l *GetAppLogic) GetApp(in *pay.IDReq) (*pay.AppInfo, error) + type GetAppPageLogic struct + func NewGetAppPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppPageLogic + func (l *GetAppPageLogic) GetAppPage(in *pay.AppPageReq) (*pay.AppListResp, error) + type UpdateAppLogic struct + func NewUpdateAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAppLogic + func (l *UpdateAppLogic) UpdateApp(in *pay.AppUpdateReq) (*pay.BaseResp, error) + type UpdateAppStatusLogic struct + func NewUpdateAppStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAppStatusLogic + func (l *UpdateAppStatusLogic) UpdateAppStatus(in *pay.AppUpdateStatusReq) (*pay.BaseResp, error)