post

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPostLogic

type AddPostLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeletePostLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type QueryPostDetailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type QueryPostListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

QueryPostListLogic 岗位信息列表

Author: LiuFeiHua Date: 2023/12/18 17:19

func NewQueryPostListLogic

func NewQueryPostListLogic(ctx context.Context, svcCtx *svc.ServiceContext) QueryPostListLogic

func (*QueryPostListLogic) QueryPostList

QueryPostList 岗位信息列表

type UpdatePostLogic

type UpdatePostLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdatePostStatusLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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 更新岗位状态

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL