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

4 lines (3 loc) 232 B
import { NacosConfigOptions } from '../interface'; import { NacosConfigService } from '../NacosConfigService'; export declare const getNacosConfigClient: ({ group, serviceName, }: NacosConfigOptions) => Promise<NacosConfigService>;