Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactsGetter ¶
ContactsGetter is an autogenerated mock type for the ContactsGetter type.
func (*ContactsGetter) GetEmail ¶
func (s *ContactsGetter) GetEmail() string
GetEmail is method mock.
func (*ContactsGetter) GetTelegram ¶
func (s *ContactsGetter) GetTelegram() string
GetTelegram is method mock.
type EmailDialer ¶
EmailDialer is mock object.
func (*EmailDialer) DialAndSend ¶
func (s *EmailDialer) DialAndSend(_ ...*gomail.Message) error
DialAndSend is method mock.
type MessageGetter ¶
MessageGetter is the interface for messages.
func (*MessageGetter) GetSubject ¶
func (s *MessageGetter) GetSubject() string
GetSubject is method mock.
type TelegramBotSender ¶
TelegramBotSender is an autogenerated mock type for the TelegramBotSender type
func NewTelegramBotSender ¶
func NewTelegramBotSender(t mockConstructorTestingTNewTelegramBotSender) *TelegramBotSender
NewTelegramBotSender creates a new instance of TelegramBotSender. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type VkAPISender ¶
VkAPISender is an autogenerated mock type for the VkAPISender type
func NewVkAPISender ¶
func NewVkAPISender(t interface { mock.TestingT Cleanup(func()) }) *VkAPISender
NewVkAPISender creates a new instance of VkAPISender. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*VkAPISender) MessagesSend ¶
func (_m *VkAPISender) MessagesSend(b api.Params) (int, error)
MessagesSend provides a mock function with given fields: b