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