UNPKG
egg-cloud
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
A microservices framework for Node.js
egg-cloud
/
app
/
extend
/
application.js
13 lines
(10 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
const
Service
=
require
(
'../../lib/core/base_service'
);
module
.
exports
= {
/** * Service 基类 *
@member
{
Service
} Application#Service *
@since
1.0.0 */
Service
, };