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

7 lines (6 loc) 253 B
import BaseNacosClient from "./common/BaseNacosClient"; import { BaseNacosClientOptions } from '../interface'; export declare class WhaleNacosClient extends BaseNacosClient { static instance: any; constructor(options: BaseNacosClientOptions); }