pagerpclogic

package
v0.0.0-...-6d7266f Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPageLogic

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

func NewAddPageLogic

func NewAddPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddPageLogic

func (*AddPageLogic) AddPage

创建页面

type DeletePageLogic

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

func NewDeletePageLogic

func NewDeletePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePageLogic

func (*DeletePageLogic) DeletePage

func (l *DeletePageLogic) DeletePage(in *pagerpc.IdsReq) (*pagerpc.BatchResp, error)

删除页面

type FindPageListLogic

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

func NewFindPageListLogic

func NewFindPageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPageListLogic

func (*FindPageListLogic) FindPageList

查询页面列表

type UpdatePageLogic

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

func NewUpdatePageLogic

func NewUpdatePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePageLogic

func (*UpdatePageLogic) UpdatePage

func (l *UpdatePageLogic) UpdatePage(in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)

更新页面

Jump to

Keyboard shortcuts

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