Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotificationService ¶
type MockNotificationService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *MockNotificationService
func (*MockNotificationService) SendNotification ¶
func (s *MockNotificationService) SendNotification(message *fcm.Message) (*fcm.Response, error)
func (*MockNotificationService) SendNotificationWithRetry ¶
func (s *MockNotificationService) SendNotificationWithRetry(message *fcm.Message, retries int) (*fcm.Response, error)
func (*MockNotificationService) SetSendNotificationMockData ¶
func (s *MockNotificationService) SetSendNotificationMockData(message *fcm.Response)
Click to show internal directories.
Click to hide internal directories.