Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMSServiceMock ¶
type SMSServiceMock struct{}
SMSServiceMock mocks SMS service.
func NewSMSService ¶
func NewSMSService() (*SMSServiceMock, error)
NewSMSService returns pointer to newly created SMS service mock.
func (*SMSServiceMock) SendSMS ¶
func (ss *SMSServiceMock) SendSMS(recipient, message string) error
SendSMS implements SMSService.
Click to show internal directories.
Click to hide internal directories.