Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddReceiveAddressLogic ¶
func NewAddReceiveAddressLogic ¶
func NewAddReceiveAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddReceiveAddressLogic
func (*AddReceiveAddressLogic) AddReceiveAddress ¶
func (l *AddReceiveAddressLogic) AddReceiveAddress(req *types.UserReceiveAddressAddReq) (resp *types.UserReceiveAddressAddRes, err error)
type DelReceiveAddressLogic ¶
func NewDelReceiveAddressLogic ¶
func NewDelReceiveAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DelReceiveAddressLogic
func (*DelReceiveAddressLogic) DelReceiveAddress ¶
func (l *DelReceiveAddressLogic) DelReceiveAddress(req *types.UserReceiveAddressDelReq) (resp *types.UserReceiveAddressDelRes, err error)
type DetailLogic ¶
func NewDetailLogic ¶
func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic
func (*DetailLogic) Detail ¶
func (l *DetailLogic) Detail(req *types.UserInfoReq) (resp *types.UserInfoResp, err error)
type EditReceiveAddressLogic ¶
func NewEditReceiveAddressLogic ¶
func NewEditReceiveAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *EditReceiveAddressLogic
func (*EditReceiveAddressLogic) EditReceiveAddress ¶
func (l *EditReceiveAddressLogic) EditReceiveAddress(req *types.UserReceiveAddressEditReq) (resp *types.UserReceiveAddressEditRes, err error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
type UserCollectionAddLogic ¶
func NewUserCollectionAddLogic ¶
func NewUserCollectionAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserCollectionAddLogic
func (*UserCollectionAddLogic) UserCollectionAdd ¶
func (l *UserCollectionAddLogic) UserCollectionAdd(req *types.UserCollectionAddReq) (resp *types.UserCollectionAddRes, err error)
type UserCollectionDelLogic ¶
func NewUserCollectionDelLogic ¶
func NewUserCollectionDelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserCollectionDelLogic
func (*UserCollectionDelLogic) UserCollectionDel ¶
func (l *UserCollectionDelLogic) UserCollectionDel(req *types.UserCollectionDelReq) (resp *types.UserCollectionDelRes, err error)
type UserCollectionListLogic ¶
func NewUserCollectionListLogic ¶
func NewUserCollectionListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserCollectionListLogic
func (*UserCollectionListLogic) UserCollectionList ¶
func (l *UserCollectionListLogic) UserCollectionList(req *types.UserCollectionListReq) (resp *types.UserCollectionListRes, err error)
type UserReceiveAddressListLogic ¶
func NewUserReceiveAddressListLogic ¶
func NewUserReceiveAddressListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserReceiveAddressListLogic
func (*UserReceiveAddressListLogic) UserReceiveAddressList ¶
func (l *UserReceiveAddressListLogic) UserReceiveAddressList(req *types.UserReceiveAddressListReq) (resp *types.UserReceiveAddressListRes, err error)
Click to show internal directories.
Click to hide internal directories.