Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFriendReqBeforePass = errorx.NewMsg("好友申请并已经通过") ErrFriendReqBeforeRefuse = errorx.NewMsg("好友申请已经被拒绝") )
Functions ¶
This section is empty.
Types ¶
type FriendListLogic ¶
func NewFriendListLogic ¶
func NewFriendListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendListLogic
func (*FriendListLogic) FriendList ¶
func (l *FriendListLogic) FriendList(in *social.FriendListReq) (*social.FriendListResp, error)
type FriendPutInHandleLogic ¶
func NewFriendPutInHandleLogic ¶
func NewFriendPutInHandleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInHandleLogic
func (*FriendPutInHandleLogic) FriendPutInHandle ¶
func (l *FriendPutInHandleLogic) FriendPutInHandle(in *social.FriendPutInHandleReq) (*social.FriendPutInHandleResp, error)
type FriendPutInListLogic ¶
func NewFriendPutInListLogic ¶
func NewFriendPutInListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInListLogic
func (*FriendPutInListLogic) FriendPutInList ¶
func (l *FriendPutInListLogic) FriendPutInList(in *social.FriendPutInListReq) (*social.FriendPutInListResp, error)
type FriendPutInLogic ¶
func NewFriendPutInLogic ¶
func NewFriendPutInLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FriendPutInLogic
func (*FriendPutInLogic) FriendPutIn ¶
func (l *FriendPutInLogic) FriendPutIn(in *social.FriendPutInReq) (*social.FriendPutInResp, error)
type GroupCreateLogic ¶
func NewGroupCreateLogic ¶
func NewGroupCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupCreateLogic
func (*GroupCreateLogic) GroupCreate ¶
func (l *GroupCreateLogic) GroupCreate(in *social.GroupCreateReq) (*social.GroupCreateResp, error)
type GroupListLogic ¶
func NewGroupListLogic ¶
func NewGroupListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupListLogic
func (*GroupListLogic) GroupList ¶
func (l *GroupListLogic) GroupList(in *social.GroupListReq) (*social.GroupListResp, error)
type GroupPutInHandleLogic ¶
func NewGroupPutInHandleLogic ¶
func NewGroupPutInHandleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupPutInHandleLogic
func (*GroupPutInHandleLogic) GroupPutInHandle ¶
func (l *GroupPutInHandleLogic) GroupPutInHandle(in *social.GroupPutInHandleReq) (*social.GroupPutInHandleResp, error)
type GroupPutinListLogic ¶
func NewGroupPutinListLogic ¶
func NewGroupPutinListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupPutinListLogic
func (*GroupPutinListLogic) GroupPutinList ¶
func (l *GroupPutinListLogic) GroupPutinList(in *social.GroupPutinListReq) (*social.GroupPutinListResp, error)
type GroupPutinLogic ¶
func NewGroupPutinLogic ¶
func NewGroupPutinLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupPutinLogic
func (*GroupPutinLogic) GroupPutin ¶
func (l *GroupPutinLogic) GroupPutin(in *social.GroupPutinReq) (*social.GroupPutinResp, error)
type GroupUsersLogic ¶
func NewGroupUsersLogic ¶
func NewGroupUsersLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupUsersLogic
func (*GroupUsersLogic) GroupUsers ¶
func (l *GroupUsersLogic) GroupUsers(in *social.GroupUsersReq) (*social.GroupUsersResp, error)
Click to show internal directories.
Click to hide internal directories.