Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddPageLogic ¶
func NewAddPageLogic ¶
func NewAddPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddPageLogic
func (*AddPageLogic) AddPage ¶
func (l *AddPageLogic) AddPage(in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)
创建页面
type DeletePageLogic ¶
func NewDeletePageLogic ¶
func NewDeletePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePageLogic
func (*DeletePageLogic) DeletePage ¶
删除页面
type FindPageListLogic ¶
func NewFindPageListLogic ¶
func NewFindPageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPageListLogic
func (*FindPageListLogic) FindPageList ¶
func (l *FindPageListLogic) FindPageList(in *pagerpc.FindPageListReq) (*pagerpc.FindPageListResp, error)
查询页面列表
type UpdatePageLogic ¶
func NewUpdatePageLogic ¶
func NewUpdatePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePageLogic
func (*UpdatePageLogic) UpdatePage ¶
func (l *UpdatePageLogic) UpdatePage(in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)
更新页面
Click to show internal directories.
Click to hide internal directories.