(inst ring.InstanceDesc)
| 30 | // the description of an instance in the ring. |
| 31 | type PoolFactory interface { |
| 32 | FromInstance(inst ring.InstanceDesc) (PoolClient, error) |
| 33 | } |
| 34 | |
| 35 | // PoolInstFunc is an implementation of PoolFactory for functions that |
no outgoing calls
no test coverage detected