UNPKG

whale-nest-nacos

Version:

If you are a nest micro service architecture, you can use the SDK, so as to realize service discovery based on nacos, distributed load balancing strategy

3 lines (2 loc) 144 B
import { DiscoveryOptions } from '../interface'; export declare function getTierServiceUrl(options: DiscoveryOptions): Promise<string | false>;