UNPKG

node-eventstore-client

Version:

A port of the EventStore .Net ClientAPI to Node.js

8 lines (7 loc) 278 B
function InspectionResult(decision, description, tcpEndPoint, secureTcpEndPoint) { this.decision = decision; this.description = description; this.tcpEndPoint = tcpEndPoint || null; this.secureTcpEndPoint = secureTcpEndPoint || null; } module.exports = InspectionResult;