customers

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckForExistingEmailLogic

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

func NewCheckForExistingEmailLogic

func NewCheckForExistingEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) CheckForExistingEmailLogic

func (*CheckForExistingEmailLogic) CheckForExistingEmail

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 ForgotPasswordLogic

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

func NewForgotPasswordLogic

func NewForgotPasswordLogic(ctx context.Context, svcCtx *svc.ServiceContext) ForgotPasswordLogic

func (*ForgotPasswordLogic) ForgotPassword

type GetCustomerLogic

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

func NewGetCustomerLogic

func NewGetCustomerLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetCustomerLogic

func (*GetCustomerLogic) GetCustomer

func (l *GetCustomerLogic) GetCustomer() (resp *types.GetCustomerResponse, err error)

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 ResendConfirmEmailLogic

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

func NewResendConfirmEmailLogic

func NewResendConfirmEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) ResendConfirmEmailLogic

func (*ResendConfirmEmailLogic) ResendConfirmEmail

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

func (l *SetPasswordLogic) SetPassword(req types.SetPasswordRequest) (resp *types.SetPasswordResponse, err error)

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