Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserCollectionLogic ¶
func NewAddUserCollectionLogic ¶
func NewAddUserCollectionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddUserCollectionLogic
func (*AddUserCollectionLogic) AddUserCollection ¶
func (l *AddUserCollectionLogic) AddUserCollection(in *user.UserCollectionAddReq) (*user.UserCollectionAddRes, error)
添加收藏
type AddUserReceiveAddressLogic ¶
func NewAddUserReceiveAddressLogic ¶
func NewAddUserReceiveAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddUserReceiveAddressLogic
func (*AddUserReceiveAddressLogic) AddUserReceiveAddress ¶
func (l *AddUserReceiveAddressLogic) AddUserReceiveAddress(in *user.UserReceiveAddressAddReq) (*user.UserReceiveAddressAddRes, error)
添加收获地址
type DelUserCollectionLogic ¶
func NewDelUserCollectionLogic ¶
func NewDelUserCollectionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DelUserCollectionLogic
func (*DelUserCollectionLogic) DelUserCollection ¶
func (l *DelUserCollectionLogic) DelUserCollection(in *user.UserCollectionDelReq) (*user.UserCollectionDelRes, error)
删除收藏
type DelUserReceiveAddressLogic ¶
func NewDelUserReceiveAddressLogic ¶
func NewDelUserReceiveAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DelUserReceiveAddressLogic
func (*DelUserReceiveAddressLogic) DelUserReceiveAddress ¶
func (l *DelUserReceiveAddressLogic) DelUserReceiveAddress(in *user.UserReceiveAddressDelReq) (*user.UserReceiveAddressDelRes, error)
删除收获地址
type EditUserReceiveAddressLogic ¶
func NewEditUserReceiveAddressLogic ¶
func NewEditUserReceiveAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EditUserReceiveAddressLogic
func (*EditUserReceiveAddressLogic) EditUserReceiveAddress ¶
func (l *EditUserReceiveAddressLogic) EditUserReceiveAddress(in *user.UserReceiveAddressEditReq) (*user.UserReceiveAddressEditRes, error)
编辑收获地址
type GetUserCollectionListLogic ¶
func NewGetUserCollectionListLogic ¶
func NewGetUserCollectionListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserCollectionListLogic
func (*GetUserCollectionListLogic) GetUserCollectionList ¶
func (l *GetUserCollectionListLogic) GetUserCollectionList(in *user.UserCollectionListReq) (*user.UserCollectionListRes, error)
收藏列表
type GetUserReceiveAddressInfoLogic ¶
type GetUserReceiveAddressInfoLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetUserReceiveAddressInfoLogic ¶
func NewGetUserReceiveAddressInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserReceiveAddressInfoLogic
func (*GetUserReceiveAddressInfoLogic) GetUserReceiveAddressInfo ¶
func (l *GetUserReceiveAddressInfoLogic) GetUserReceiveAddressInfo(in *user.UserReceiveAddressInfoReq) (*user.UserReceiveAddress, error)
根据主键id,查询收获地址
type GetUserReceiveAddressListLogic ¶
type GetUserReceiveAddressListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetUserReceiveAddressListLogic ¶
func NewGetUserReceiveAddressListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserReceiveAddressListLogic
func (*GetUserReceiveAddressListLogic) GetUserReceiveAddressList ¶
func (l *GetUserReceiveAddressListLogic) GetUserReceiveAddressList(in *user.UserReceiveAddressListReq) (*user.UserReceiveAddressListRes, error)
获取收获地址列表
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
func (*LoginLogic) Login ¶
func (l *LoginLogic) Login(in *user.LoginRequest) (*user.LoginResponse, error)
登录
type UserInfoLogic ¶
func NewUserInfoLogic ¶
func NewUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserInfoLogic
func (*UserInfoLogic) UserInfo ¶
func (l *UserInfoLogic) UserInfo(in *user.UserInfoRequest) (*user.UserInfoResponse, error)
获取用户信息
Source Files ¶
Click to show internal directories.
Click to hide internal directories.