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

Method Send

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

Send sends a message via the real Firebase SDK.

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

Source from the content-addressed store, hash-verified

24
25// Send sends a message via the real Firebase SDK.
26func (c *FirebaseFCMClient) Send(ctx context.Context, message *messaging.Message) (string, error) {
27 return c.client.Send(ctx, message)
28}

Callers

nothing calls this directly

Calls 1

SendMethod · 0.65

Tested by

no test coverage detected