Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAuthMethodConfigLogic ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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)
Click to show internal directories.
Click to hide internal directories.