app

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateAppLogic

type CreateAppLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeleteAppLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteAppLogic

func NewDeleteAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteAppLogic

func (*DeleteAppLogic) DeleteApp

func (l *DeleteAppLogic) DeleteApp(in *pay.IDReq) (*pay.BaseResp, error)

type GetAppListLogic

type GetAppListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetAppLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetAppLogic

func NewGetAppLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppLogic

func (*GetAppLogic) GetApp

func (l *GetAppLogic) GetApp(in *pay.IDReq) (*pay.AppInfo, error)

type GetAppPageLogic

type GetAppPageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdateAppLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdateAppStatusLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateAppStatusLogic

func NewUpdateAppStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAppStatusLogic

func (*UpdateAppStatusLogic) UpdateAppStatus

func (l *UpdateAppStatusLogic) UpdateAppStatus(in *pay.AppUpdateStatusReq) (*pay.BaseResp, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL