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

Struct emulatorPushQueue

api/pkg/services/emulator_push_queue.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type emulatorPushQueue struct {
17 config PushQueueConfig
18 client *http.Client
19 logger telemetry.Logger
20 tracer telemetry.Tracer
21}
22
23// EmulatorPushQueue creates a new googlePushQueue
24func EmulatorPushQueue(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected