Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeServiceSMS ¶
type FakeServiceSMS struct { SendToManyFn func( ctx context.Context, message string, to []string, from enumutils.SenderID, ) (*dto.SendMessageResponse, error) SendFn func( ctx context.Context, to, message string, from enumutils.SenderID, ) (*dto.SendMessageResponse, error) }
FakeServiceSMS defines the interactions with the mock sms service
func (*FakeServiceSMS) Send ¶
func (f *FakeServiceSMS) Send( ctx context.Context, to, message string, from enumutils.SenderID, ) (*dto.SendMessageResponse, error)
Send ...
func (*FakeServiceSMS) SendToMany ¶
func (f *FakeServiceSMS) SendToMany( ctx context.Context, message string, to []string, from enumutils.SenderID, ) (*dto.SendMessageResponse, error)
SendToMany ...
Click to show internal directories.
Click to hide internal directories.