From 1681b139e22b50b7f9f59669415d5ae338d5b22d Mon Sep 17 00:00:00 2001 From: Auto Doc Publisher Date: Mon, 20 Nov 2017 06:27:27 +0000 Subject: [PATCH] docs: auto generate by ci feat: runInBackground use location as scope name when anonymous (#1683) --- api/Agent.html | 2 +- api/AgentWorkerLoader.html | 2 +- api/AppInfo.html | 2 +- api/AppWorkerLoader.html | 2 +- api/Application.html | 16 ++++++------ api/BaseContextLogger.html | 2 +- api/Config.html | 2 +- api/Context.html | 26 +++++++++---------- api/ContextLoader.html | 2 +- api/Egg.html | 2 +- api/EggApplication.html | 2 +- api/EggCore.html | 2 +- api/EggLoader.html | 2 +- api/FileLoader.html | 2 +- api/Helper.html | 4 +-- api/I18n.html | 2 +- api/Messenger.html | 2 +- api/Request.html | 2 +- api/Response.html | 2 +- api/Router.html | 2 +- api/app_extend_context.js.html | 6 +++-- api/app_extend_helper.js.html | 2 +- api/app_extend_request.js.html | 2 +- api/app_extend_response.js.html | 2 +- api/config_config.default.js.html | 2 +- api/config_plugin.js.html | 2 +- api/global.html | 4 +-- api/global.html#BaseContextClass | 2 +- api/global.html#Controller | 2 +- api/global.html#Service | 2 +- api/index.html | 2 +- api/index.js.html | 2 +- api/lib_agent.js.html | 2 +- api/lib_application.js.html | 4 ++- api/lib_core_base_context_class.js.html | 2 +- api/lib_core_base_context_logger.js.html | 2 +- api/lib_core_context_httpclient.js.html | 2 +- api/lib_core_messenger.js.html | 2 +- api/lib_egg.js.html | 2 +- api/lib_jsdoc_context.jsdoc.html | 2 +- api/lib_jsdoc_request.jsdoc.html | 2 +- api/lib_jsdoc_response.jsdoc.html | 2 +- api/lib_loader_agent_worker_loader.js.html | 2 +- api/lib_loader_app_worker_loader.js.html | 2 +- ...opment@2.0.0@egg-development_agent.js.html | 2 +- ...-development_config_config.default.js.html | 2 +- ...dules__egg-i18n@2.0.0@egg-i18n_app.js.html | 2 +- ...@2.0.0@egg-i18n_app_extend_context.js.html | 2 +- ...0.0@egg-i18n_config_config.default.js.html | 2 +- ...0@egg-jsonp_app_extend_application.js.html | 2 +- ...2.0.0@egg-jsonp_app_extend_context.js.html | 2 +- ....0@egg-jsonp_config_config.default.js.html | 2 +- ...g-logrotator_config_config.default.js.html | 2 +- ...0@egg-multipart_app_extend_context.js.html | 2 +- ...gg-multipart_config_config.default.js.html | 2 +- ....1.0@egg-schedule_app_extend_agent.js.html | 2 +- ....0@egg-security_app_extend_context.js.html | 2 +- ...egg-security_config_config.default.js.html | 2 +- ...egg-session_app_extend_application.js.html | 2 +- ...0@egg-static_config_config.default.js.html | 2 +- ....0@egg-view_app_extend_application.js.html | 2 +- ...@2.0.0@egg-view_app_extend_context.js.html | 2 +- ...0.0@egg-view_config_config.default.js.html | 2 +- ...@egg-watcher_config_config.default.js.html | 2 +- api/node_modules_egg-core_lib_egg.js.html | 2 +- ...egg-core_lib_loader_context_loader.js.html | 2 +- ...les_egg-core_lib_loader_egg_loader.js.html | 2 +- ...es_egg-core_lib_loader_file_loader.js.html | 2 +- ...s_egg-core_lib_loader_mixin_config.js.html | 2 +- ...g-core_lib_loader_mixin_controller.js.html | 2 +- ...s_egg-core_lib_loader_mixin_custom.js.html | 2 +- ...s_egg-core_lib_loader_mixin_extend.js.html | 2 +- ...g-core_lib_loader_mixin_middleware.js.html | 2 +- ...s_egg-core_lib_loader_mixin_plugin.js.html | 2 +- ...s_egg-core_lib_loader_mixin_router.js.html | 2 +- ..._egg-core_lib_loader_mixin_service.js.html | 2 +- ...-core_lib_utils_base_context_class.js.html | 2 +- ...e_modules_egg-core_lib_utils_index.js.html | 4 +-- ..._modules_egg-core_lib_utils_router.js.html | 2 +- 79 files changed, 106 insertions(+), 102 deletions(-) diff --git a/api/Agent.html b/api/Agent.html index 1b677e0cc0..554b9300e8 100644 --- a/api/Agent.html +++ b/api/Agent.html @@ -1499,7 +1499,7 @@
Example

diff --git a/api/AgentWorkerLoader.html b/api/AgentWorkerLoader.html index def8b62205..14b4ae8718 100644 --- a/api/AgentWorkerLoader.html +++ b/api/AgentWorkerLoader.html @@ -263,7 +263,7 @@

loadConfig<
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/AppInfo.html b/api/AppInfo.html index a42d0d1985..fd2398b3a5 100644 --- a/api/AppInfo.html +++ b/api/AppInfo.html @@ -634,7 +634,7 @@

scope
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/AppWorkerLoader.html b/api/AppWorkerLoader.html index 01dfce5272..4f6fad12b0 100644 --- a/api/AppWorkerLoader.html +++ b/api/AppWorkerLoader.html @@ -349,7 +349,7 @@

loadConfig<
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Application.html b/api/Application.html index a7ed682740..88824d70ff 100644 --- a/api/Application.html +++ b/api/Application.html @@ -166,7 +166,7 @@

Parameters:
Source:
@@ -330,7 +330,7 @@

Source:
@@ -457,7 +457,7 @@

HelperSource:
@@ -589,7 +589,7 @@

keysSource:
@@ -649,7 +649,7 @@

localsSource:
@@ -1487,7 +1487,7 @@
Parameters:
Source:
@@ -2051,7 +2051,7 @@
Parameters:
Source:
@@ -2100,7 +2100,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/BaseContextLogger.html b/api/BaseContextLogger.html index dab20deb9e..2610cf77b7 100644 --- a/api/BaseContextLogger.html +++ b/api/BaseContextLogger.html @@ -546,7 +546,7 @@

warn
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Config.html b/api/Config.html index 14805a2aa1..32d945f22d 100644 --- a/api/Config.html +++ b/api/Config.html @@ -4622,7 +4622,7 @@
Properties:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Context.html b/api/Context.html index a380626161..612da990a1 100644 --- a/api/Context.html +++ b/api/Context.html @@ -206,7 +206,7 @@

acceptSource:
@@ -272,7 +272,7 @@

acceptJSON<
Source:
@@ -343,7 +343,7 @@

coreLogger<
Source:
@@ -406,7 +406,7 @@

helperSource:
@@ -465,7 +465,7 @@

ipSource:
@@ -608,7 +608,7 @@

localsSource:
@@ -671,7 +671,7 @@

loggerSource:
@@ -826,7 +826,7 @@

queriesSource:
@@ -956,7 +956,7 @@

realStatus<
Source:
@@ -1026,7 +1026,7 @@

routerSource:
@@ -1093,7 +1093,7 @@

starttimeSource:
@@ -1445,7 +1445,7 @@
Parameters:
Source:
@@ -1937,7 +1937,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/ContextLoader.html b/api/ContextLoader.html index 2e3d3a0e4a..3462e7ad2d 100644 --- a/api/ContextLoader.html +++ b/api/ContextLoader.html @@ -476,7 +476,7 @@

parse
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Egg.html b/api/Egg.html index 11f365d3a3..b6527777fe 100644 --- a/api/Egg.html +++ b/api/Egg.html @@ -616,7 +616,7 @@

Subscript
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/EggApplication.html b/api/EggApplication.html index 9d8ce98467..3858292517 100644 --- a/api/EggApplication.html +++ b/api/EggApplication.html @@ -3153,7 +3153,7 @@

Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/EggCore.html b/api/EggCore.html index 0b7cec1621..df9ab8648e 100644 --- a/api/EggCore.html +++ b/api/EggCore.html @@ -1962,7 +1962,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/EggLoader.html b/api/EggLoader.html index e1e36d8687..a894680865 100644 --- a/api/EggLoader.html +++ b/api/EggLoader.html @@ -2786,7 +2786,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/FileLoader.html b/api/FileLoader.html index 01c9123ff8..a0937f3a71 100644 --- a/api/FileLoader.html +++ b/api/FileLoader.html @@ -695,7 +695,7 @@

parse
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Helper.html b/api/Helper.html index 5237a3ba08..9bbbcd18f3 100644 --- a/api/Helper.html +++ b/api/Helper.html @@ -118,7 +118,7 @@

new HelperSource:
@@ -508,7 +508,7 @@
Example

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/I18n.html b/api/I18n.html index 88f799f89d..73366ddf68 100644 --- a/api/I18n.html +++ b/api/I18n.html @@ -259,7 +259,7 @@
Example

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Messenger.html b/api/Messenger.html index ae10eecb23..09c6337a4f 100644 --- a/api/Messenger.html +++ b/api/Messenger.html @@ -1164,7 +1164,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Request.html b/api/Request.html index 454973e483..3b7cc31376 100644 --- a/api/Request.html +++ b/api/Request.html @@ -1246,7 +1246,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Response.html b/api/Response.html index 57b9715dcf..91d5f095b1 100644 --- a/api/Response.html +++ b/api/Response.html @@ -243,7 +243,7 @@

realStatus<
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Router.html b/api/Router.html index e22d2f4dba..11a43b4f7a 100644 --- a/api/Router.html +++ b/api/Router.html @@ -849,7 +849,7 @@

Example

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_context.js.html b/api/app_extend_context.js.html index dc6587c2ea..a8f9ebd81c 100644 --- a/api/app_extend_context.js.html +++ b/api/app_extend_context.js.html @@ -53,6 +53,7 @@

app/extend/context.js

const delegate = require('delegates'); const { assign } = require('utility'); +const eggUtils = require('egg-core').utils; const HELPER = Symbol('Context#helper'); const LOCALS = Symbol('Context#locals'); @@ -61,6 +62,7 @@

app/extend/context.js

const CONTEXT_LOGGERS = Symbol('Context#logger'); const CONTEXT_HTTPCLIENT = Symbol('Context#httpclient'); + const proto = module.exports = { get cookies() { if (!this[COOKIES]) { @@ -246,7 +248,7 @@

app/extend/context.js

const ctx = this; const start = Date.now(); /* istanbul ignore next */ - const taskName = scope.name || '-'; + const taskName = scope.name || scope._name || eggUtils.getCalleeFromStack(true); // use app.toAsyncFunction to support both generator function and async function ctx.app.toAsyncFunction(scope)(ctx) .then(() => { @@ -308,7 +310,7 @@

app/extend/context.js


- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_helper.js.html b/api/app_extend_helper.js.html index 62da9891c4..80448467e2 100644 --- a/api/app_extend_helper.js.html +++ b/api/app_extend_helper.js.html @@ -104,7 +104,7 @@

app/extend/helper.js


- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_request.js.html b/api/app_extend_request.js.html index 971b5806db..b227f2eb53 100644 --- a/api/app_extend_request.js.html +++ b/api/app_extend_request.js.html @@ -330,7 +330,7 @@

app/extend/request.js


- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_response.js.html b/api/app_extend_response.js.html index eede6187f2..8cc28720f3 100644 --- a/api/app_extend_response.js.html +++ b/api/app_extend_response.js.html @@ -134,7 +134,7 @@

app/extend/response.js


- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/config_config.default.js.html b/api/config_config.default.js.html index 697eed81b8..2b785d5298 100644 --- a/api/config_config.default.js.html +++ b/api/config_config.default.js.html @@ -374,7 +374,7 @@

config/config.default.js


- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/config_plugin.js.html b/api/config_plugin.js.html index 0c3a064f14..414090efce 100644 --- a/api/config_plugin.js.html +++ b/api/config_plugin.js.html @@ -197,7 +197,7 @@

config/plugin.js


- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html b/api/global.html index cf4b3090e1..0717f8a896 100644 --- a/api/global.html +++ b/api/global.html @@ -477,7 +477,7 @@

stateSource:
@@ -1304,7 +1304,7 @@
Properties

- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html#BaseContextClass b/api/global.html#BaseContextClass index 8e2a7262ab..d1a1794600 100644 --- a/api/global.html#BaseContextClass +++ b/api/global.html#BaseContextClass @@ -829,7 +829,7 @@ it's instantiated in context level,
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html#Controller b/api/global.html#Controller index 3354ad816f..f8216518ac 100644 --- a/api/global.html#Controller +++ b/api/global.html#Controller @@ -448,7 +448,7 @@
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html#Service b/api/global.html#Service index 94f9bcd301..a7b95c93f9 100644 --- a/api/global.html#Service +++ b/api/global.html#Service @@ -448,7 +448,7 @@
- Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:17 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/index.html b/api/index.html index 94233327dc..ba4c1b06f9 100644 --- a/api/index.html +++ b/api/index.html @@ -67,7 +67,7 @@

Classes

  • Agent
    • - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/index.js.html b/api/index.js.html index d6eb29f53e..f9debc1145 100644 --- a/api/index.js.html +++ b/api/index.js.html @@ -120,7 +120,7 @@

      index.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_agent.js.html b/api/lib_agent.js.html index b050d128ba..e22ab2d1b6 100644 --- a/api/lib_agent.js.html +++ b/api/lib_agent.js.html @@ -143,7 +143,7 @@

      lib/agent.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_application.js.html b/api/lib_application.js.html index b6a366c528..d4937e3f27 100644 --- a/api/lib_application.js.html +++ b/api/lib_application.js.html @@ -58,6 +58,7 @@

      lib/application.js

      const AppWorkerLoader = require('./loader').AppWorkerLoader; const cluster = require('cluster-client'); const { assign } = require('utility'); +const eggUtils = require('egg-core').utils; const KEYS = Symbol('Application#keys'); const HELPER = Symbol('Application#Helper'); @@ -212,6 +213,7 @@

      lib/application.js

      */ runInBackground(scope) { const ctx = this.createAnonymousContext(); + if (!scope.name) scope._name = eggUtils.getCalleeFromStack(true); ctx.runInBackground(scope); } @@ -298,7 +300,7 @@

      lib/application.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_base_context_class.js.html b/api/lib_core_base_context_class.js.html index d9873d0f83..6d42d27c34 100644 --- a/api/lib_core_base_context_class.js.html +++ b/api/lib_core_base_context_class.js.html @@ -81,7 +81,7 @@

      lib/core/base_context_class.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_base_context_logger.js.html b/api/lib_core_base_context_logger.js.html index 95f270dd01..ac43a3e306 100644 --- a/api/lib_core_base_context_logger.js.html +++ b/api/lib_core_base_context_logger.js.html @@ -124,7 +124,7 @@

      lib/core/base_context_logger.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_context_httpclient.js.html b/api/lib_core_context_httpclient.js.html index a62dff6c67..2ee1157aa5 100644 --- a/api/lib_core_context_httpclient.js.html +++ b/api/lib_core_context_httpclient.js.html @@ -89,7 +89,7 @@

      lib/core/context_httpclient.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_messenger.js.html b/api/lib_core_messenger.js.html index f768d57039..c4aa3c6e19 100644 --- a/api/lib_core_messenger.js.html +++ b/api/lib_core_messenger.js.html @@ -198,7 +198,7 @@

      lib/core/messenger.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_egg.js.html b/api/lib_egg.js.html index 90fed5e673..e30f71fcf6 100644 --- a/api/lib_egg.js.html +++ b/api/lib_egg.js.html @@ -468,7 +468,7 @@

      lib/egg.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_jsdoc_context.jsdoc.html b/api/lib_jsdoc_context.jsdoc.html index dd1d4b0e18..6190a2d1b1 100644 --- a/api/lib_jsdoc_context.jsdoc.html +++ b/api/lib_jsdoc_context.jsdoc.html @@ -103,7 +103,7 @@

      lib/jsdoc/context.jsdoc


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_jsdoc_request.jsdoc.html b/api/lib_jsdoc_request.jsdoc.html index 0b2570422e..64a59823ce 100644 --- a/api/lib_jsdoc_request.jsdoc.html +++ b/api/lib_jsdoc_request.jsdoc.html @@ -109,7 +109,7 @@

      lib/jsdoc/request.jsdoc


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_jsdoc_response.jsdoc.html b/api/lib_jsdoc_response.jsdoc.html index ac82291cc7..6bff105cfa 100644 --- a/api/lib_jsdoc_response.jsdoc.html +++ b/api/lib_jsdoc_response.jsdoc.html @@ -66,7 +66,7 @@

      lib/jsdoc/response.jsdoc


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_loader_agent_worker_loader.js.html b/api/lib_loader_agent_worker_loader.js.html index ef0e213180..4fe1ba0321 100644 --- a/api/lib_loader_agent_worker_loader.js.html +++ b/api/lib_loader_agent_worker_loader.js.html @@ -86,7 +86,7 @@

      lib/loader/agent_worker_loader.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_loader_app_worker_loader.js.html b/api/lib_loader_app_worker_loader.js.html index 24d0ff0e2d..fdf60335c8 100644 --- a/api/lib_loader_app_worker_loader.js.html +++ b/api/lib_loader_app_worker_loader.js.html @@ -107,7 +107,7 @@

      lib/loader/app_worker_loader.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-development@2.0.0@egg-development_agent.js.html b/api/node_modules__egg-development@2.0.0@egg-development_agent.js.html index 99512794d3..074507d52a 100644 --- a/api/node_modules__egg-development@2.0.0@egg-development_agent.js.html +++ b/api/node_modules__egg-development@2.0.0@egg-development_agent.js.html @@ -125,7 +125,7 @@

      node_modules/_egg-development@2.0.0@egg-development/agent
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-development@2.0.0@egg-development_config_config.default.js.html b/api/node_modules__egg-development@2.0.0@egg-development_config_config.default.js.html index fe699ee474..63fc6a9fe9 100644 --- a/api/node_modules__egg-development@2.0.0@egg-development_config_config.default.js.html +++ b/api/node_modules__egg-development@2.0.0@egg-development_config_config.default.js.html @@ -77,7 +77,7 @@

      node_modules/_egg-development@2.0.0@egg-development/confi
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html index 6fa8f83ef8..0213ecdf2e 100644 --- a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html +++ b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html @@ -199,7 +199,7 @@

      node_modules/_egg-i18n@2.0.0@egg-i18n/app.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html index ce0d451ee9..f75843939f 100644 --- a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html +++ b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html @@ -73,7 +73,7 @@

      node_modules/_egg-i18n@2.0.0@egg-i18n/app/extend/context.
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html b/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html index 16b74764df..1eb8e4fdf8 100644 --- a/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html +++ b/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html @@ -89,7 +89,7 @@

      node_modules/_egg-i18n@2.0.0@egg-i18n/config/config.defau
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html index b49678c188..bb88cedfca 100644 --- a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html +++ b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html @@ -174,7 +174,7 @@

      node_modules/_egg-jsonp@2.0.0@egg-jsonp/app/extend/applic
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html index 631753e13b..c29daf6312 100644 --- a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html +++ b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html @@ -95,7 +95,7 @@

      node_modules/_egg-jsonp@2.0.0@egg-jsonp/app/extend/contex
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html index c41ddfc1d8..2bee8c6ba7 100644 --- a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html +++ b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html @@ -77,7 +77,7 @@

      node_modules/_egg-jsonp@2.0.0@egg-jsonp/config/config.def
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-logrotator@3.0.0@egg-logrotator_config_config.default.js.html b/api/node_modules__egg-logrotator@3.0.0@egg-logrotator_config_config.default.js.html index 26314d6944..aadd8848e1 100644 --- a/api/node_modules__egg-logrotator@3.0.0@egg-logrotator_config_config.default.js.html +++ b/api/node_modules__egg-logrotator@3.0.0@egg-logrotator_config_config.default.js.html @@ -86,7 +86,7 @@

      node_modules/_egg-logrotator@3.0.0@egg-logrotator/config/
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html b/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html index 843f0cb00d..f51857daab 100644 --- a/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html +++ b/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html @@ -122,7 +122,7 @@

      node_modules/_egg-multipart@2.0.0@egg-multipart/app/exten
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html b/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html index 2e94866e3d..a5d79fb157 100644 --- a/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html +++ b/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html @@ -88,7 +88,7 @@

      node_modules/_egg-multipart@2.0.0@egg-multipart/config/co
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-schedule@3.1.0@egg-schedule_app_extend_agent.js.html b/api/node_modules__egg-schedule@3.1.0@egg-schedule_app_extend_agent.js.html index c600d81027..c93f8b0e51 100644 --- a/api/node_modules__egg-schedule@3.1.0@egg-schedule_app_extend_agent.js.html +++ b/api/node_modules__egg-schedule@3.1.0@egg-schedule_app_extend_agent.js.html @@ -102,7 +102,7 @@

      node_modules/_egg-schedule@3.1.0@egg-schedule/app/extend/
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html b/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html index 6a95bb9bd5..560ed7764e 100644 --- a/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html +++ b/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html @@ -218,7 +218,7 @@

      node_modules/_egg-security@2.0.0@egg-security/app/extend/
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html b/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html index cd3bbd2974..e9cd36f5be 100644 --- a/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html +++ b/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html @@ -146,7 +146,7 @@

      node_modules/_egg-security@2.0.0@egg-security/config/conf
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html b/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html index b4deb9ba03..6b7b14e79f 100644 --- a/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html +++ b/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html @@ -116,7 +116,7 @@

      node_modules/_egg-session@3.0.0@egg-session/app/extend/ap
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html b/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html index b06fa51bb8..0df545ea50 100644 --- a/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html +++ b/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html @@ -88,7 +88,7 @@

      node_modules/_egg-static@2.0.0@egg-static/config/config.d
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html index 99349477ac..2bc2f01c4b 100644 --- a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html +++ b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html @@ -78,7 +78,7 @@

      node_modules/_egg-view@2.0.0@egg-view/app/extend/applicat
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html index 6828a940cc..a85e9966c3 100644 --- a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html +++ b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html @@ -107,7 +107,7 @@

      node_modules/_egg-view@2.0.0@egg-view/app/extend/context.
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html b/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html index 20c225b9fb..e4ff08fa62 100644 --- a/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html +++ b/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html @@ -83,7 +83,7 @@

      node_modules/_egg-view@2.0.0@egg-view/config/config.defau
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html b/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html index 859ff44781..3161fa7b4a 100644 --- a/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html +++ b/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html @@ -77,7 +77,7 @@

      node_modules/_egg-watcher@3.0.0@egg-watcher/config/config
      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_egg.js.html b/api/node_modules_egg-core_lib_egg.js.html index 78fee1b335..6f223f91f7 100644 --- a/api/node_modules_egg-core_lib_egg.js.html +++ b/api/node_modules_egg-core_lib_egg.js.html @@ -429,7 +429,7 @@

      node_modules/egg-core/lib/egg.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_context_loader.js.html b/api/node_modules_egg-core_lib_loader_context_loader.js.html index 04daefde7f..0c3b15a4b0 100644 --- a/api/node_modules_egg-core_lib_loader_context_loader.js.html +++ b/api/node_modules_egg-core_lib_loader_context_loader.js.html @@ -166,7 +166,7 @@

      node_modules/egg-core/lib/loader/context_loader.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_egg_loader.js.html b/api/node_modules_egg-core_lib_loader_egg_loader.js.html index bdbcb34818..3a29ad9df3 100644 --- a/api/node_modules_egg-core_lib_loader_egg_loader.js.html +++ b/api/node_modules_egg-core_lib_loader_egg_loader.js.html @@ -483,7 +483,7 @@

      node_modules/egg-core/lib/loader/egg_loader.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_file_loader.js.html b/api/node_modules_egg-core_lib_loader_file_loader.js.html index d962fc9f4a..aa174ce582 100644 --- a/api/node_modules_egg-core_lib_loader_file_loader.js.html +++ b/api/node_modules_egg-core_lib_loader_file_loader.js.html @@ -312,7 +312,7 @@

      node_modules/egg-core/lib/loader/file_loader.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_config.js.html b/api/node_modules_egg-core_lib_loader_mixin_config.js.html index 017952994a..8911b3cfa4 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_config.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_config.js.html @@ -171,7 +171,7 @@

      node_modules/egg-core/lib/loader/mixin/config.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_controller.js.html b/api/node_modules_egg-core_lib_loader_mixin_controller.js.html index 2a8ee39330..9b26863160 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_controller.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_controller.js.html @@ -177,7 +177,7 @@

      node_modules/egg-core/lib/loader/mixin/controller.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_custom.js.html b/api/node_modules_egg-core_lib_loader_mixin_custom.js.html index 8e4435d8e7..addc38cb36 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_custom.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_custom.js.html @@ -97,7 +97,7 @@

      node_modules/egg-core/lib/loader/mixin/custom.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_extend.js.html b/api/node_modules_egg-core_lib_loader_mixin_extend.js.html index 6429be5f65..a9d60fcd80 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_extend.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_extend.js.html @@ -211,7 +211,7 @@

      node_modules/egg-core/lib/loader/mixin/extend.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html b/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html index 18858158f3..f9378a9171 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html @@ -170,7 +170,7 @@

      node_modules/egg-core/lib/loader/mixin/middleware.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html b/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html index 1b886a8ced..e064a6270d 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html @@ -446,7 +446,7 @@

      node_modules/egg-core/lib/loader/mixin/plugin.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_router.js.html b/api/node_modules_egg-core_lib_loader_mixin_router.js.html index 35633c9289..621c3056d4 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_router.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_router.js.html @@ -78,7 +78,7 @@

      node_modules/egg-core/lib/loader/mixin/router.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_service.js.html b/api/node_modules_egg-core_lib_loader_mixin_service.js.html index 94ff1acb99..db1b59fc6c 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_service.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_service.js.html @@ -86,7 +86,7 @@

      node_modules/egg-core/lib/loader/mixin/service.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_utils_base_context_class.js.html b/api/node_modules_egg-core_lib_utils_base_context_class.js.html index 613ed9c226..880c3c3bfc 100644 --- a/api/node_modules_egg-core_lib_utils_base_context_class.js.html +++ b/api/node_modules_egg-core_lib_utils_base_context_class.js.html @@ -100,7 +100,7 @@

      node_modules/egg-core/lib/utils/base_context_class.js

      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_utils_index.js.html b/api/node_modules_egg-core_lib_utils_index.js.html index 7512637bc0..bc9b074e59 100644 --- a/api/node_modules_egg-core_lib_utils_index.js.html +++ b/api/node_modules_egg-core_lib_utils_index.js.html @@ -114,7 +114,7 @@

      node_modules/egg-core/lib/utils/index.js

      /* istanbul ignore else */ if (callSite) { // egg-mock will create a proxy - // https://github.com/eggjs/egg-mock/blob/master/lib/app.js#L167 + // https://github.com/eggjs/egg-mock/blob/master/lib/app.js#L174 fileName = callSite.getFileName(); /* istanbul ignore if */ if (fileName && fileName.endsWith('egg-mock/lib/app.js')) { @@ -155,7 +155,7 @@

      node_modules/egg-core/lib/utils/index.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_utils_router.js.html b/api/node_modules_egg-core_lib_utils_router.js.html index 5cdb20f8e1..beea4327a9 100644 --- a/api/node_modules_egg-core_lib_utils_router.js.html +++ b/api/node_modules_egg-core_lib_utils_router.js.html @@ -383,7 +383,7 @@

      node_modules/egg-core/lib/utils/router.js


      - Documentation generated by JSDoc 3.5.5 on Sun Nov 19 2017 07:14:08 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Mon Nov 20 2017 06:27:16 GMT+0000 (UTC) using the Minami theme.