UNPKG
@lpezet/hpcc-cluster
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
HPCC Cluster management in JS
github.com/lpezet/hpcc-cluster
lpezet/hpcc-cluster
@lpezet/hpcc-cluster
/
lib
/
handler.js
9 lines
(5 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
Handler
=
function
(
) {};
Handler
.
prototype
.
doHandle
=
function
(
pError, pPromise, pHandlerChain
) {
//nop
}
exports
=
module
.
exports
=
Handler
;