UnregisterPubSubPool is called when a PubSub client is closed to remove its pool. pool: the PubSub connection pool to unregister
(pool PubSubPooler)
| 117 | // UnregisterPubSubPool is called when a PubSub client is closed to remove its pool. |
| 118 | // pool: the PubSub connection pool to unregister |
| 119 | UnregisterPubSubPool(pool PubSubPooler) |
| 120 | } |
| 121 | |
| 122 | var ( |
no outgoing calls
no test coverage detected