Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberMemberTagRelationAddLogic ¶
type MemberMemberTagRelationAddLogic struct { logx.Logger // contains filtered or unexported fields }
MemberMemberTagRelationAddLogic 用户和标签关系
Author: LiuFeiHua Date: 2024/5/7 10:12
func NewMemberMemberTagRelationAddLogic ¶
func NewMemberMemberTagRelationAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberMemberTagRelationAddLogic
func (*MemberMemberTagRelationAddLogic) MemberMemberTagRelationAdd ¶
func (l *MemberMemberTagRelationAddLogic) MemberMemberTagRelationAdd(in *umsclient.MemberMemberTagRelationAddReq) (*umsclient.MemberMemberTagRelationAddResp, error)
MemberMemberTagRelationAdd 添加用户和标签关系
type MemberMemberTagRelationDeleteLogic ¶
type MemberMemberTagRelationDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
MemberMemberTagRelationDeleteLogic 用户和标签关系
Author: LiuFeiHua Date: 2024/5/7 9:33
func NewMemberMemberTagRelationDeleteLogic ¶
func NewMemberMemberTagRelationDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberMemberTagRelationDeleteLogic
func (*MemberMemberTagRelationDeleteLogic) MemberMemberTagRelationDelete ¶
func (l *MemberMemberTagRelationDeleteLogic) MemberMemberTagRelationDelete(in *umsclient.MemberMemberTagRelationDeleteReq) (*umsclient.MemberMemberTagRelationDeleteResp, error)
MemberMemberTagRelationDelete 删除用户和标签关系
type MemberMemberTagRelationListLogic ¶
type MemberMemberTagRelationListLogic struct { logx.Logger // contains filtered or unexported fields }
MemberMemberTagRelationListLogic 用户和标签关系
Author: LiuFeiHua Date: 2024/5/7 11:06
func NewMemberMemberTagRelationListLogic ¶
func NewMemberMemberTagRelationListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberMemberTagRelationListLogic
func (*MemberMemberTagRelationListLogic) MemberMemberTagRelationList ¶
func (l *MemberMemberTagRelationListLogic) MemberMemberTagRelationList(in *umsclient.MemberMemberTagRelationListReq) (*umsclient.MemberMemberTagRelationListResp, error)
MemberMemberTagRelationList 查询用户和标签关系
type MemberMemberTagRelationUpdateLogic ¶
type MemberMemberTagRelationUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
MemberMemberTagRelationUpdateLogic 用户和标签关系
func NewMemberMemberTagRelationUpdateLogic ¶
func NewMemberMemberTagRelationUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberMemberTagRelationUpdateLogic
func (*MemberMemberTagRelationUpdateLogic) MemberMemberTagRelationUpdate ¶
func (l *MemberMemberTagRelationUpdateLogic) MemberMemberTagRelationUpdate(in *umsclient.MemberMemberTagRelationUpdateReq) (*umsclient.MemberMemberTagRelationUpdateResp, error)
MemberMemberTagRelationUpdate 更新用户和标签关系
Click to show internal directories.
Click to hide internal directories.