UNPKG

node-universe

Version:

基于 Nodejs 环境的一款微服务框架,原理来自于宇宙中的恒星,行星,卫星等系统。

10 lines (9 loc) 360 B
import Star from '../../../lib/star'; import Registry from '../registry'; import Endpoint from './item'; import Node from '../node'; import ServiceItem from '../service-item'; export default class ActionEndpoint extends Endpoint { constructor(registry: Registry, star: Star, node: Node, service: ServiceItem, action: any); update(action: any): void; }