Documentation
¶
Index ¶
- type MemberBrandAttentionServiceServer
- func (s *MemberBrandAttentionServiceServer) AddMemberBrandAttention(ctx context.Context, in *umsclient.AddMemberBrandAttentionReq) (*umsclient.AddMemberBrandAttentionResp, error)
- func (s *MemberBrandAttentionServiceServer) DeleteMemberBrandAttention(ctx context.Context, in *umsclient.DeleteMemberBrandAttentionReq) (*umsclient.DeleteMemberBrandAttentionResp, error)
- func (s *MemberBrandAttentionServiceServer) QueryMemberBrandAttentionDetail(ctx context.Context, in *umsclient.QueryMemberBrandAttentionDetailReq) (*umsclient.QueryMemberBrandAttentionDetailResp, error)
- func (s *MemberBrandAttentionServiceServer) QueryMemberBrandAttentionList(ctx context.Context, in *umsclient.QueryMemberBrandAttentionListReq) (*umsclient.QueryMemberBrandAttentionListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberBrandAttentionServiceServer ¶
type MemberBrandAttentionServiceServer struct { umsclient.UnimplementedMemberBrandAttentionServiceServer // contains filtered or unexported fields }
func NewMemberBrandAttentionServiceServer ¶
func NewMemberBrandAttentionServiceServer(svcCtx *svc.ServiceContext) *MemberBrandAttentionServiceServer
func (*MemberBrandAttentionServiceServer) AddMemberBrandAttention ¶
func (s *MemberBrandAttentionServiceServer) AddMemberBrandAttention(ctx context.Context, in *umsclient.AddMemberBrandAttentionReq) (*umsclient.AddMemberBrandAttentionResp, error)
添加会员关注品牌
func (*MemberBrandAttentionServiceServer) DeleteMemberBrandAttention ¶
func (s *MemberBrandAttentionServiceServer) DeleteMemberBrandAttention(ctx context.Context, in *umsclient.DeleteMemberBrandAttentionReq) (*umsclient.DeleteMemberBrandAttentionResp, error)
取消品牌关注/清空当前用户品牌关注列表
func (*MemberBrandAttentionServiceServer) QueryMemberBrandAttentionDetail ¶
func (s *MemberBrandAttentionServiceServer) QueryMemberBrandAttentionDetail(ctx context.Context, in *umsclient.QueryMemberBrandAttentionDetailReq) (*umsclient.QueryMemberBrandAttentionDetailResp, error)
查询会员关注品牌详情
func (*MemberBrandAttentionServiceServer) QueryMemberBrandAttentionList ¶
func (s *MemberBrandAttentionServiceServer) QueryMemberBrandAttentionList(ctx context.Context, in *umsclient.QueryMemberBrandAttentionListReq) (*umsclient.QueryMemberBrandAttentionListResp, error)
查询会员关注品牌列表
Click to show internal directories.
Click to hide internal directories.