Documentation ¶
Index ¶
- type OTPService
- func (_m *OTPService) Call(ormService *beeorm.Engine, phone *otp.Phone, customMessage string) (string, error)
- func (_m *OTPService) SendSMS(ormService *beeorm.Engine, phone *otp.Phone) (string, error)
- func (_m *OTPService) VerifyOTP(ormService *beeorm.Engine, phone *otp.Phone, code string) (bool, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OTPService ¶
OTPService is an autogenerated mock type for the IOTP type
func (*OTPService) Call ¶
func (_m *OTPService) Call(ormService *beeorm.Engine, phone *otp.Phone, customMessage string) (string, error)
Call provides a mock function with given fields: ormService, phone, customMessage
Click to show internal directories.
Click to hide internal directories.