authMethod

package
v1.2.7 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAuthMethodConfigLogic

type GetAuthMethodConfigLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewGetAuthMethodConfigLogic

func NewGetAuthMethodConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAuthMethodConfigLogic

NewGetAuthMethodConfigLogic Get auth method config

func (*GetAuthMethodConfigLogic) GetAuthMethodConfig

func (l *GetAuthMethodConfigLogic) GetAuthMethodConfig(req *types.GetAuthMethodConfigRequest) (resp *types.AuthMethodConfig, err error)

type GetAuthMethodListLogic

type GetAuthMethodListLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewGetAuthMethodListLogic

func NewGetAuthMethodListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAuthMethodListLogic

NewGetAuthMethodListLogic Get auth method list

func (*GetAuthMethodListLogic) GetAuthMethodList

func (l *GetAuthMethodListLogic) GetAuthMethodList() (resp *types.GetAuthMethodListResponse, err error)

type GetEmailPlatformLogic

type GetEmailPlatformLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewGetEmailPlatformLogic

func NewGetEmailPlatformLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetEmailPlatformLogic

Get email support platform

func (*GetEmailPlatformLogic) GetEmailPlatform

func (l *GetEmailPlatformLogic) GetEmailPlatform() (resp *types.PlatformResponse, err error)

type GetSmsPlatformLogic

type GetSmsPlatformLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewGetSmsPlatformLogic

func NewGetSmsPlatformLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSmsPlatformLogic

Get sms support platform

func (*GetSmsPlatformLogic) GetSmsPlatform

func (l *GetSmsPlatformLogic) GetSmsPlatform() (resp *types.PlatformResponse, err error)

type TestEmailSendLogic

type TestEmailSendLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewTestEmailSendLogic

func NewTestEmailSendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *TestEmailSendLogic

Test email send

func (*TestEmailSendLogic) TestEmailSend

func (l *TestEmailSendLogic) TestEmailSend(req *types.TestEmailSendRequest) error

type TestSmsSendLogic

type TestSmsSendLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewTestSmsSendLogic

func NewTestSmsSendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *TestSmsSendLogic

Test sms send

func (*TestSmsSendLogic) TestSmsSend

func (l *TestSmsSendLogic) TestSmsSend(req *types.TestSmsSendRequest) error

type UpdateAuthMethodConfigLogic

type UpdateAuthMethodConfigLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

func NewUpdateAuthMethodConfigLogic

func NewUpdateAuthMethodConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAuthMethodConfigLogic

Update auth method config

func (*UpdateAuthMethodConfigLogic) UpdateAuthMethodConfig

func (l *UpdateAuthMethodConfigLogic) UpdateAuthMethodConfig(req *types.UpdateAuthMethodConfigRequest) (resp *types.AuthMethodConfig, err error)

func (*UpdateAuthMethodConfigLogic) UpdateGlobal

func (l *UpdateAuthMethodConfigLogic) UpdateGlobal(method string)

Jump to

Keyboard shortcuts

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