(resolver membership.ServiceResolver)
| 215 | } |
| 216 | |
| 217 | func newServiceKeyResolver(resolver membership.ServiceResolver) *serviceKeyResolverImpl { |
| 218 | return &serviceKeyResolverImpl{ |
| 219 | resolver: resolver, |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | // Lookup returns the address for a node within a batch. key contains the key (including batch |
| 224 | // number), and index is the index within the batch. If not using batches, index should be 0. |
no outgoing calls
no test coverage detected