 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAppLogic ¶
func NewCreateAppLogic ¶
func NewCreateAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateAppLogic
func (*CreateAppLogic) CreateApp ¶
func (l *CreateAppLogic) CreateApp(in *pay.AppCreateReq) (*pay.BaseIDResp, error)
App management
type DeleteAppLogic ¶
func NewDeleteAppLogic ¶
func NewDeleteAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteAppLogic
type GetAppListLogic ¶
func NewGetAppListLogic ¶
func NewGetAppListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppListLogic
func (*GetAppListLogic) GetAppList ¶
func (l *GetAppListLogic) GetAppList(in *pay.Empty) (*pay.AppListResp, error)
type GetAppLogic ¶
func NewGetAppLogic ¶
func NewGetAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppLogic
type GetAppPageLogic ¶
func NewGetAppPageLogic ¶
func NewGetAppPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppPageLogic
func (*GetAppPageLogic) GetAppPage ¶
func (l *GetAppPageLogic) GetAppPage(in *pay.AppPageReq) (*pay.AppListResp, error)
type UpdateAppLogic ¶
func NewUpdateAppLogic ¶
func NewUpdateAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAppLogic
func (*UpdateAppLogic) UpdateApp ¶
func (l *UpdateAppLogic) UpdateApp(in *pay.AppUpdateReq) (*pay.BaseResp, error)
type UpdateAppStatusLogic ¶
func NewUpdateAppStatusLogic ¶
func NewUpdateAppStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAppStatusLogic
func (*UpdateAppStatusLogic) UpdateAppStatus ¶
func (l *UpdateAppStatusLogic) UpdateAppStatus(in *pay.AppUpdateStatusReq) (*pay.BaseResp, error)
 Click to show internal directories. 
   Click to hide internal directories.