Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddPostLogic ¶
AddPostLogic 添加岗位信息
Author: LiuFeiHua Date: 2023/12/18 17:18
func NewAddPostLogic ¶
func NewAddPostLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddPostLogic
func (*AddPostLogic) AddPost ¶
func (l *AddPostLogic) AddPost(req *types.AddPostReq) (*types.AddPostResp, error)
AddPost 添加岗位信息
type DeletePostLogic ¶
DeletePostLogic 删除岗位信息
Author: LiuFeiHua Date: 2023/12/18 17:19
func NewDeletePostLogic ¶
func NewDeletePostLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeletePostLogic
func (*DeletePostLogic) DeletePost ¶
func (l *DeletePostLogic) DeletePost(req *types.DeletePostReq) (*types.DeletePostResp, error)
DeletePost 删除岗位信息
type QueryPostDetailLogic ¶
QueryPostDetailLogic 查询岗位详情
Author: LiuFeiHua Date: 2024/5/29 17:26
func NewQueryPostDetailLogic ¶
func NewQueryPostDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryPostDetailLogic
func (*QueryPostDetailLogic) QueryPostDetail ¶
func (l *QueryPostDetailLogic) QueryPostDetail(req *types.QueryPostDetailReq) (resp *types.QueryPostDetailResp, err error)
QueryPostDetail 查询岗位详情
type QueryPostListLogic ¶
QueryPostListLogic 岗位信息列表
Author: LiuFeiHua Date: 2023/12/18 17:19
func NewQueryPostListLogic ¶
func NewQueryPostListLogic(ctx context.Context, svcCtx *svc.ServiceContext) QueryPostListLogic
func (*QueryPostListLogic) QueryPostList ¶
func (l *QueryPostListLogic) QueryPostList(req *types.QueryPostListReq) (*types.QueryPostListResp, error)
QueryPostList 岗位信息列表
type UpdatePostLogic ¶
UpdatePostLogic 更新岗位信息
Author: LiuFeiHua Date: 2023/12/18 17:19
func NewUpdatePostLogic ¶
func NewUpdatePostLogic(ctx context.Context, svcCtx *svc.ServiceContext) UpdatePostLogic
func (*UpdatePostLogic) UpdatePost ¶
func (l *UpdatePostLogic) UpdatePost(req *types.UpdatePostReq) (*types.UpdatePostResp, error)
UpdatePost 更新岗位信息
type UpdatePostStatusLogic ¶
UpdatePostStatusLogic 更新岗位状态
Author: LiuFeiHua Date: 2024/5/29 17:23
func NewUpdatePostStatusLogic ¶
func NewUpdatePostStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePostStatusLogic
func (*UpdatePostStatusLogic) UpdatePostStatus ¶
func (l *UpdatePostStatusLogic) UpdatePostStatus(req *types.UpdatePostStatusReq) (resp *types.UpdatePostStatusResp, err error)
UpdatePostStatus 更新岗位状态
Click to show internal directories.
Click to hide internal directories.