Documentation
¶
Index ¶
- type PageServiceServer
- func (s *PageServiceServer) Delete(ctx context.Context, in *page.DeleteReq) (*page.EmptyResp, error)
- func (s *PageServiceServer) Get(ctx context.Context, in *page.GetReq) (*page.Page, error)
- func (s *PageServiceServer) Insert(ctx context.Context, in *page.InsertReq) (*page.Page, error)
- func (s *PageServiceServer) List(ctx context.Context, in *page.ListReq) (*page.ListResp, error)
- func (s *PageServiceServer) Patch(ctx context.Context, in *page.PatchReq) (*page.Page, error)
- func (s *PageServiceServer) Update(ctx context.Context, in *page.UpdateReq) (*page.Page, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageServiceServer ¶
type PageServiceServer struct { page.UnimplementedPageServiceServer // contains filtered or unexported fields }
func NewPageServiceServer ¶
func NewPageServiceServer(svcCtx *svc.ServiceContext) *PageServiceServer
Click to show internal directories.
Click to hide internal directories.