PickServer returns the server address that a given item should be shared onto.
(key string)
| 32 | // PickServer returns the server address that a given item |
| 33 | // should be shared onto. |
| 34 | PickServer(key string) (net.Addr, error) |
| 35 | Each(func(net.Addr) error) error |
| 36 | } |
| 37 |
no outgoing calls
no test coverage detected