logic

package
v0.0.0-...-f5ca578 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: BSD-3-Clause Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const Group_GetCustomerByEmail = "GetCustomerByEmail"

Variables

View Source
var Group_GetCustomerByEmailKey = func(storeId int64, email string) string {
	return gcache.ToKey(Group_GetCustomerByEmail, storeId, email)
}

Functions

This section is empty.

Types

type CreateCustomerLogic

type CreateCustomerLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateCustomerLogic

func NewCreateCustomerLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateCustomerLogic

func (*CreateCustomerLogic) CreateCustomer

type GetCustomerByEmailLogic

type GetCustomerByEmailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetCustomerByEmailLogic

func NewGetCustomerByEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCustomerByEmailLogic

func (*GetCustomerByEmailLogic) GetCustomerByEmail

type LoginLogic

type LoginLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewLoginLogic

func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic

func (*LoginLogic) Login

type SendConfirmEmailAddressEmailLogic

type SendConfirmEmailAddressEmailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSendConfirmEmailAddressEmailLogic

func NewSendConfirmEmailAddressEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendConfirmEmailAddressEmailLogic

type SendForgotPasswordEmailLogic

type SendForgotPasswordEmailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSendForgotPasswordEmailLogic

func NewSendForgotPasswordEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendForgotPasswordEmailLogic

type SetPasswordLogic

type SetPasswordLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSetPasswordLogic

func NewSetPasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SetPasswordLogic

func (*SetPasswordLogic) SetPassword

type UpdateCustomerLogic

type UpdateCustomerLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateCustomerLogic

func NewUpdateCustomerLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCustomerLogic

func (*UpdateCustomerLogic) UpdateCustomer

type VerifyEmailAddressLogic

type VerifyEmailAddressLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewVerifyEmailAddressLogic

func NewVerifyEmailAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *VerifyEmailAddressLogic

func (*VerifyEmailAddressLogic) VerifyEmailAddress

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL