Documentation ¶
Index ¶
- type NotificationClient
- func (c *NotificationClient) SendMeetingBroadcastNotification(key string, meeting string, body interface{}) (*dto.BroadcastResponseDto, error)
- func (c *NotificationClient) SendNotification(key string, meeting string, title string, subtitle string, message string) (*dto.NotificationResponseDto, error)
- func (c *NotificationClient) SendNotificationForMeetingAndAthlete(key string, meeting string, athleteId primitive.ObjectID, subtitle string, ...) (*dto.NotificationResponseDto, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationClient ¶
type NotificationClient struct {
// contains filtered or unexported fields
}
func NewNotificationClient ¶
func NewNotificationClient(url string) *NotificationClient
func (*NotificationClient) SendMeetingBroadcastNotification ¶
func (c *NotificationClient) SendMeetingBroadcastNotification(key string, meeting string, body interface{}) (*dto.BroadcastResponseDto, error)
func (*NotificationClient) SendNotification ¶
func (c *NotificationClient) SendNotification(key string, meeting string, title string, subtitle string, message string) (*dto.NotificationResponseDto, error)
func (*NotificationClient) SendNotificationForMeetingAndAthlete ¶ added in v0.1.4
Click to show internal directories.
Click to hide internal directories.