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

Struct googlePushQueue

api/pkg/services/google_cloud_push_queue_service.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type googlePushQueue struct {
19 queueConfig PushQueueConfig
20 logger telemetry.Logger
21 tracer telemetry.Tracer
22 client *cloudtasks.Client
23}
24
25// NewGooglePushQueue creates a new googlePushQueue
26func NewGooglePushQueue(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected