UNPKG
allex_entrypointservice
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.4
2.1.3
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
EntryPointService
github.com/allex-services/entrypoint
allex-services/entrypoint
allex_entrypointservice
/
test
/
plain
/
userspace
/
testLogin.js
16 lines
(13 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// allexenterandrun
function
go
(
taskobj
) {
console
.
log
(
'got sink'
, !!taskobj.
sink
); process.
exit
(
0
); }
module
.
exports
= {
sinkname
:
"EntryPoint"
,
identity
: {
__remote__username
:
'user1'
,
__remote__password
:
'123456'
},
cb
: go };