friendlinkrpclogic

package
v0.0.0-...-09fef34 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateFriendLinkLogic

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

func NewCreateFriendLinkLogic

func NewCreateFriendLinkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateFriendLinkLogic
func (l *CreateFriendLinkLogic) CreateFriendLink(in *blog.FriendLink) (*blog.FriendLink, error)

创建友链

type DeleteFriendLinkListLogic

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

func NewDeleteFriendLinkListLogic

func NewDeleteFriendLinkListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteFriendLinkListLogic
func (l *DeleteFriendLinkListLogic) DeleteFriendLinkList(in *blog.IdsReq) (*blog.BatchResp, error)

批量删除友链

type DeleteFriendLinkLogic

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

func NewDeleteFriendLinkLogic

func NewDeleteFriendLinkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteFriendLinkLogic
func (l *DeleteFriendLinkLogic) DeleteFriendLink(in *blog.IdReq) (*blog.BatchResp, error)

删除友链

type FindFriendLinkCountLogic

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

func NewFindFriendLinkCountLogic

func NewFindFriendLinkCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindFriendLinkCountLogic

func (*FindFriendLinkCountLogic) FindFriendLinkCount

func (l *FindFriendLinkCountLogic) FindFriendLinkCount(in *blog.PageQuery) (*blog.CountResp, error)

查询友链数量

type FindFriendLinkListLogic

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

func NewFindFriendLinkListLogic

func NewFindFriendLinkListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindFriendLinkListLogic
func (l *FindFriendLinkListLogic) FindFriendLinkList(in *blog.PageQuery) (*blog.FriendLinkPageResp, error)

分页获取友链列表

type FindFriendLinkLogic

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

func NewFindFriendLinkLogic

func NewFindFriendLinkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindFriendLinkLogic
func (l *FindFriendLinkLogic) FindFriendLink(in *blog.IdReq) (*blog.FriendLink, error)

查询友链

type UpdateFriendLinkLogic

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

func NewUpdateFriendLinkLogic

func NewUpdateFriendLinkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateFriendLinkLogic
func (l *UpdateFriendLinkLogic) UpdateFriendLink(in *blog.FriendLink) (*blog.FriendLink, error)

更新友链

Jump to

Keyboard shortcuts

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