| 14 | ) |
| 15 | |
| 16 | type 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 |
| 24 | func EmulatorPushQueue( |
nothing calls this directly
no outgoing calls
no test coverage detected