Documentation
¶
Index ¶
- type PostServiceServer
- func (s *PostServiceServer) AddPost(ctx context.Context, in *sysclient.AddPostReq) (*sysclient.AddPostResp, error)
- func (s *PostServiceServer) DeletePost(ctx context.Context, in *sysclient.DeletePostReq) (*sysclient.DeletePostResp, error)
- func (s *PostServiceServer) QueryPostDetail(ctx context.Context, in *sysclient.QueryPostDetailReq) (*sysclient.QueryPostDetailResp, error)
- func (s *PostServiceServer) QueryPostList(ctx context.Context, in *sysclient.QueryPostListReq) (*sysclient.QueryPostListResp, error)
- func (s *PostServiceServer) UpdatePost(ctx context.Context, in *sysclient.UpdatePostReq) (*sysclient.UpdatePostResp, error)
- func (s *PostServiceServer) UpdatePostStatus(ctx context.Context, in *sysclient.UpdatePostStatusReq) (*sysclient.UpdatePostStatusResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostServiceServer ¶
type PostServiceServer struct { sysclient.UnimplementedPostServiceServer // contains filtered or unexported fields }
func NewPostServiceServer ¶
func NewPostServiceServer(svcCtx *svc.ServiceContext) *PostServiceServer
func (*PostServiceServer) AddPost ¶
func (s *PostServiceServer) AddPost(ctx context.Context, in *sysclient.AddPostReq) (*sysclient.AddPostResp, error)
添加岗位管理
func (*PostServiceServer) DeletePost ¶
func (s *PostServiceServer) DeletePost(ctx context.Context, in *sysclient.DeletePostReq) (*sysclient.DeletePostResp, error)
删除岗位管理
func (*PostServiceServer) QueryPostDetail ¶
func (s *PostServiceServer) QueryPostDetail(ctx context.Context, in *sysclient.QueryPostDetailReq) (*sysclient.QueryPostDetailResp, error)
查询岗位管理详情
func (*PostServiceServer) QueryPostList ¶
func (s *PostServiceServer) QueryPostList(ctx context.Context, in *sysclient.QueryPostListReq) (*sysclient.QueryPostListResp, error)
查询岗位管理列表
func (*PostServiceServer) UpdatePost ¶
func (s *PostServiceServer) UpdatePost(ctx context.Context, in *sysclient.UpdatePostReq) (*sysclient.UpdatePostResp, error)
更新岗位管理
func (*PostServiceServer) UpdatePostStatus ¶
func (s *PostServiceServer) UpdatePostStatus(ctx context.Context, in *sysclient.UpdatePostStatusReq) (*sysclient.UpdatePostStatusResp, error)
更新岗位管理状态
Click to show internal directories.
Click to hide internal directories.