Documentation ¶
Index ¶
- type PageRpcServer
- func (s *PageRpcServer) AddPage(ctx context.Context, in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)
- func (s *PageRpcServer) DeletePage(ctx context.Context, in *pagerpc.IdsReq) (*pagerpc.BatchResp, error)
- func (s *PageRpcServer) FindPageList(ctx context.Context, in *pagerpc.FindPageListReq) (*pagerpc.FindPageListResp, error)
- func (s *PageRpcServer) UpdatePage(ctx context.Context, in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageRpcServer ¶
type PageRpcServer struct { pagerpc.UnimplementedPageRpcServer // contains filtered or unexported fields }
func NewPageRpcServer ¶
func NewPageRpcServer(svcCtx *svc.ServiceContext) *PageRpcServer
func (*PageRpcServer) AddPage ¶
func (s *PageRpcServer) AddPage(ctx context.Context, in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)
创建页面
func (*PageRpcServer) DeletePage ¶
func (s *PageRpcServer) DeletePage(ctx context.Context, in *pagerpc.IdsReq) (*pagerpc.BatchResp, error)
删除页面
func (*PageRpcServer) FindPageList ¶
func (s *PageRpcServer) FindPageList(ctx context.Context, in *pagerpc.FindPageListReq) (*pagerpc.FindPageListResp, error)
查询页面列表
func (*PageRpcServer) UpdatePage ¶
func (s *PageRpcServer) UpdatePage(ctx context.Context, in *pagerpc.PageNewReq) (*pagerpc.PageDetails, error)
更新页面
Click to show internal directories.
Click to hide internal directories.