Versions in this module Expand all Collapse all v1 v1.8.0 Jun 27, 2024 v1.7.0 Jun 26, 2024 Changes in this version + type FriendListLogic struct + func NewFriendListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendListLogic + func (l *FriendListLogic) FriendList(req *types.FriendListReq) (resp *types.FriendListResp, err error) + type FriendPutInHandleLogic struct + func NewFriendPutInHandleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInHandleLogic + func (l *FriendPutInHandleLogic) FriendPutInHandle(req *types.FriendPutInHandleReq) (resp *types.FriendPutInHandleResp, err error) + type FriendPutInListLogic struct + func NewFriendPutInListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInListLogic + func (l *FriendPutInListLogic) FriendPutInList(req *types.FriendPutInListReq) (resp *types.FriendPutInListResp, err error) + type FriendPutInLogic struct + func NewFriendPutInLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInLogic + func (l *FriendPutInLogic) FriendPutIn(req *types.FriendPutInReq) (resp *types.FriendPutInResp, err error)