talkrpclogic

package
v0.0.0-...-d6fe22e Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddTalkLogic

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

func NewAddTalkLogic

func NewAddTalkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddTalkLogic

func (*AddTalkLogic) AddTalk

创建说说

type DeleteTalkLogic

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

func NewDeleteTalkLogic

func NewDeleteTalkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTalkLogic

func (*DeleteTalkLogic) DeleteTalk

func (l *DeleteTalkLogic) DeleteTalk(in *talkrpc.IdsReq) (*talkrpc.BatchResp, error)

删除说说

type FindTalkListLogic

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

func NewFindTalkListLogic

func NewFindTalkListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindTalkListLogic

func (*FindTalkListLogic) FindTalkList

分页获取说说列表

type FindUserLikeTalkLogic

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

func NewFindUserLikeTalkLogic

func NewFindUserLikeTalkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindUserLikeTalkLogic

func (*FindUserLikeTalkLogic) FindUserLikeTalk

用户点赞的说说

type GetTalkLogic

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

func NewGetTalkLogic

func NewGetTalkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTalkLogic

func (*GetTalkLogic) GetTalk

func (l *GetTalkLogic) GetTalk(in *talkrpc.IdReq) (*talkrpc.TalkDetails, error)

查询说说

type LikeTalkLogic

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

func NewLikeTalkLogic

func NewLikeTalkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LikeTalkLogic

func (*LikeTalkLogic) LikeTalk

func (l *LikeTalkLogic) LikeTalk(in *talkrpc.IdReq) (*talkrpc.EmptyResp, error)

点赞说说

type UpdateTalkLogic

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

func NewUpdateTalkLogic

func NewUpdateTalkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTalkLogic

func (*UpdateTalkLogic) UpdateTalk

func (l *UpdateTalkLogic) UpdateTalk(in *talkrpc.TalkNewReq) (*talkrpc.TalkDetails, error)

更新说说

Jump to

Keyboard shortcuts

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