UNPKG

ndk-rpc-cluster

Version:

Enterprise-grade RPC cluster system with load balancing, fault tolerance, service discovery and automatic failover support

9 lines (8 loc) 206 B
class ApiResponse { constructor(statusCode , message , data){ this.statusCode = statusCode; this.message = message; this.data = data; } } export default ApiResponse;