interviews

package
v0.0.0-...-fe60696 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddInterviewLogic

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

func NewAddInterviewLogic

func NewAddInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddInterviewLogic

func (*AddInterviewLogic) AddInterview

func (l *AddInterviewLogic) AddInterview(req types.ReqInterviewAdd) (resp *types.Interview_detail, err error)

type DeleteInterviewLogic

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

func NewDeleteInterviewLogic

func NewDeleteInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteInterviewLogic

func (*DeleteInterviewLogic) DeleteInterview

func (l *DeleteInterviewLogic) DeleteInterview(req types.ReqInterviewId) (res bool, err error)

type GetAllInterviewLogic

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

func NewGetAllInterviewLogic

func NewGetAllInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllInterviewLogic

func (*GetAllInterviewLogic) GetAllInterview

func (l *GetAllInterviewLogic) GetAllInterview(req types.ReqInterviews) (resp []types.Interview, err error)

type GetInterviewLogic

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

func NewGetInterviewLogic

func NewGetInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetInterviewLogic

func (*GetInterviewLogic) GetInterview

func (l *GetInterviewLogic) GetInterview(req types.ReqInterviewId) (resp *types.Interview_detail, err error)

type UpdateInterviewLogic

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

func NewUpdateInterviewLogic

func NewUpdateInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) UpdateInterviewLogic

func (*UpdateInterviewLogic) UpdateInterview

func (l *UpdateInterviewLogic) UpdateInterview(req types.ReqInterviewUpdate) (resp *types.Interview_detail, err error)

UpdateInterview 这个接口应该抛弃,不应该全量更新

Jump to

Keyboard shortcuts

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