| 16 | ) |
| 17 | |
| 18 | type 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 |
| 26 | func NewGooglePushQueue( |
nothing calls this directly
no outgoing calls
no test coverage detected