user

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFollowingLogic

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

func NewAddFollowingLogic

func NewAddFollowingLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddFollowingLogic

func (*AddFollowingLogic) AddFollowing

func (l *AddFollowingLogic) AddFollowing(req types.ReqUserId) error

type AddStarInterviewLogic

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

func NewAddStarInterviewLogic

func NewAddStarInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddStarInterviewLogic

func (*AddStarInterviewLogic) AddStarInterview

func (l *AddStarInterviewLogic) AddStarInterview(req types.ReqStarInterviewsID) error

type DeleteFollowingLogic

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

func NewDeleteFollowingLogic

func NewDeleteFollowingLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteFollowingLogic

func (*DeleteFollowingLogic) DeleteFollowing

func (l *DeleteFollowingLogic) DeleteFollowing(req types.ReqUserId) error

type DeleteStarInterviewLogic

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

func NewDeleteStarInterviewLogic

func NewDeleteStarInterviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteStarInterviewLogic

func (*DeleteStarInterviewLogic) DeleteStarInterview

func (l *DeleteStarInterviewLogic) DeleteStarInterview(req types.ReqStarInterviewsID) error

type GetAllFollowersLogic

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

func NewGetAllFollowersLogic

func NewGetAllFollowersLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllFollowersLogic

func (*GetAllFollowersLogic) GetAllFollowers

func (l *GetAllFollowersLogic) GetAllFollowers(req types.ReqUsers) (resp []types.OtherUser, err error)

type GetAllFollowingLogic

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

func NewGetAllFollowingLogic

func NewGetAllFollowingLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllFollowingLogic

func (*GetAllFollowingLogic) GetAllFollowing

func (l *GetAllFollowingLogic) GetAllFollowing(req types.ReqUsers) (resp []types.OtherUser, err error)

type GetAllStarInterviewsLogic

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

func NewGetAllStarInterviewsLogic

func NewGetAllStarInterviewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetAllStarInterviewsLogic

func (*GetAllStarInterviewsLogic) GetAllStarInterviews

func (l *GetAllStarInterviewsLogic) GetAllStarInterviews(req types.ReqStarInterviews) (resp []types.RespStarInterviews, err error)

type GetInterviewStatusLogic

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

func NewGetInterviewStatusLogic

func NewGetInterviewStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetInterviewStatusLogic

func (*GetInterviewStatusLogic) GetInterviewStatus

func (l *GetInterviewStatusLogic) GetInterviewStatus(req types.ReqUserId) (resp []types.InterviewHardStatus, err error)

type GetUserLogic

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

func NewGetUserLogic

func NewGetUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetUserLogic

func (*GetUserLogic) GetUser

func (l *GetUserLogic) GetUser(req types.ReqUserId) (resp *types.RespUser, err error)

type UpdateUserLogic

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

func NewUpdateUserLogic

func NewUpdateUserLogic(ctx context.Context, svcCtx *svc.ServiceContext) UpdateUserLogic

func (*UpdateUserLogic) UpdateUser

func (l *UpdateUserLogic) UpdateUser(req types.ReqUser) (resp *types.RespUser, err error)

Jump to

Keyboard shortcuts

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