MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / Send

Method Send

api/pkg/services/fcm_client.go:12–12  ·  view source on GitHub ↗

Send sends a message via FCM and returns the message name on success.

(ctx context.Context, message *messaging.Message)

Source from the content-addressed store, hash-verified

10type FCMClient interface {
11 // Send sends a message via FCM and returns the message name on success.
12 Send(ctx context.Context, message *messaging.Message) (string, error)
13}
14
15// FirebaseFCMClient wraps the real Firebase messaging.Client.

Callers 11

SendHeartbeatFCMMethod · 0.65
SendMethod · 0.65
NotifyMessageExpiredMethod · 0.65
NotifyMessageFailedMethod · 0.65
sendUsageAlertMethod · 0.65
SendPhoneDeadEmailMethod · 0.65
SendMethod · 0.65

Implementers 6

smtpMailerapi/pkg/emails/smtp_mailer_service.go
PhoneNotificationServiceapi/pkg/services/phone_notification_se
Integration3CXServiceapi/pkg/services/integration_3cx_servi
WebhookServiceapi/pkg/services/webhook_service.go
FirebaseFCMClientapi/pkg/services/fcm_client.go
EmulatorFCMClientapi/pkg/services/emulator_fcm_client.g

Calls

no outgoing calls

Tested by

no test coverage detected