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) 132 B
import { NacosInstanceOptions } from '../interface'; export declare function registerInstance(options: NacosInstanceOptions): void;