MCPcopy Create free account
hub / github.com/temporalio/temporal / newServiceKeyResolver

Function newServiceKeyResolver

client/clientfactory.go:217–221  ·  view source on GitHub ↗
(resolver membership.ServiceResolver)

Source from the content-addressed store, hash-verified

215}
216
217func 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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected