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

Struct EmulatorFCMClient

api/pkg/services/emulator_fcm_client.go:17–21  ·  view source on GitHub ↗

EmulatorFCMClient sends FCM messages to the phone emulator via HTTP.

Source from the content-addressed store, hash-verified

15
16// EmulatorFCMClient sends FCM messages to the phone emulator via HTTP.
17type EmulatorFCMClient struct {
18 httpClient *http.Client
19 endpoint string
20 logger telemetry.Logger
21}
22
23// NewEmulatorFCMClient creates a new EmulatorFCMClient.
24func NewEmulatorFCMClient(httpClient *http.Client, endpoint string, logger telemetry.Logger) *EmulatorFCMClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected