Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FriendListLogic ¶
func NewFriendListLogic ¶
func NewFriendListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendListLogic
NewFriendListLogic 好友列表
func (*FriendListLogic) FriendList ¶
func (l *FriendListLogic) FriendList(req *types.FriendListReq) (resp *types.FriendListResp, err error)
type FriendPutInHandleLogic ¶
func NewFriendPutInHandleLogic ¶
func NewFriendPutInHandleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInHandleLogic
NewFriendPutInHandleLogic 好友申请处理
func (*FriendPutInHandleLogic) FriendPutInHandle ¶
func (l *FriendPutInHandleLogic) FriendPutInHandle(req *types.FriendPutInHandleReq) (resp *types.FriendPutInHandleResp, err error)
type FriendPutInListLogic ¶
func NewFriendPutInListLogic ¶
func NewFriendPutInListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInListLogic
NewFriendPutInListLogic 好友申请列表
func (*FriendPutInListLogic) FriendPutInList ¶
func (l *FriendPutInListLogic) FriendPutInList(req *types.FriendPutInListReq) (resp *types.FriendPutInListResp, err error)
type FriendPutInLogic ¶
func NewFriendPutInLogic ¶
func NewFriendPutInLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInLogic
NewFriendPutInLogic 好友申请
func (*FriendPutInLogic) FriendPutIn ¶
func (l *FriendPutInLogic) FriendPutIn(req *types.FriendPutInReq) (resp *types.FriendPutInResp, err error)
Click to show internal directories.
Click to hide internal directories.