merged private server and console to private-cloud
This commit is contained in:
12
console/response/protocol_response.js
Normal file
12
console/response/protocol_response.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Created by strawmanbobi
|
||||
* 2016-11-27
|
||||
*/
|
||||
|
||||
ServiceResponse = require("./service_response");
|
||||
function ProtocolResponse(status, entity) {
|
||||
this.entity = entity;
|
||||
ServiceResponse.call(this, status);
|
||||
}
|
||||
|
||||
module.exports = ProtocolResponse;
|
||||
Reference in New Issue
Block a user