| 27 | ) |
| 28 | |
| 29 | type proxyManager struct { |
| 30 | client leasesapi.LeasesClient |
| 31 | } |
| 32 | |
| 33 | // NewLeaseManager returns a lease manager which communicates |
| 34 | // through a grpc lease service. |
nothing calls this directly
no outgoing calls
no test coverage detected