UNPKG
endo-core
Version:
latest (18.2.5)
18.2.5
18.2.4
18.2.3
18.2.2
18.2.0
18.1.0
18.0.4
18.0.3
18.0.2
18.0.1
18.0.0
17.0.2
17.0.1
17.0.0
16.0.2
16.0.1
16.0.0
15.0.1
15.0.0
14.12.1
14.12.0
14.11.3
14.11.2
14.11.1
14.11.0
14.10.2
14.10.1
14.10.0
14.9.0
14.8.0
14.7.1
14.7.0
14.6.0
14.5.0
14.4.1
14.4.0
14.3.0
14.2.0
14.1.1
14.1.0
14.0.1
14.0.0
13.3.0
13.2.1
13.2.0
13.1.0
13.0.0
12.3.0
12.2.1
12.1.0
12.0.0
11.0.0
10.0.0
9.2.0
9.1.0
9.0.0
8.0.0
7.0.0
6.2.0
6.1.1
5.0.1
5.0.0
Put some description here
github.com/octoblu/endo-core
octoblu/endo-core
endo-core
/
test
/
fixtures
/
jobs
/
say-hello
/
job.coffee
14 lines
(10 loc)
•
222 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
http =
require
'http'
class
SayHello
constructor
: ->
do
: (
message
,
callback
) =>
callback
null
,
{ metadata: code:
204
status: http.STATUS_CODES[
204
] } module.exports = SayHello