Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFriendLogic ¶
func NewAddFriendLogic ¶
func NewAddFriendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddFriendLogic
func (*AddFriendLogic) AddFriend ¶
func (l *AddFriendLogic) AddFriend(in *friendrpc.FriendNewReq) (*friendrpc.FriendDetails, error)
创建友链
type DeleteFriendLogic ¶
func NewDeleteFriendLogic ¶
func NewDeleteFriendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteFriendLogic
func (*DeleteFriendLogic) DeleteFriend ¶
删除友链
type FindFriendListLogic ¶
func NewFindFriendListLogic ¶
func NewFindFriendListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindFriendListLogic
func (*FindFriendListLogic) FindFriendList ¶
func (l *FindFriendListLogic) FindFriendList(in *friendrpc.FindFriendListReq) (*friendrpc.FindFriendListResp, error)
查询友链列表
type UpdateFriendLogic ¶
func NewUpdateFriendLogic ¶
func NewUpdateFriendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateFriendLogic
func (*UpdateFriendLogic) UpdateFriend ¶
func (l *UpdateFriendLogic) UpdateFriend(in *friendrpc.FriendNewReq) (*friendrpc.FriendDetails, error)
更新友链
Click to show internal directories.
Click to hide internal directories.