diff --git a/.gitignore b/.gitignore index be94e79..315d8b7 100755 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ npm-debug.log yarn-error.log test/unit/coverage /.idea/ +run/ npm-debug.* diff --git a/run/agent_config.json b/run/agent_config.json deleted file mode 100644 index b1773c7..0000000 --- a/run/agent_config.json +++ /dev/null @@ -1,613 +0,0 @@ -{ - "config": { - "session": { - "maxAge": 86400000, - "key": "EGG_SESS", - "httpOnly": true, - "encrypt": true - }, - "security": { - "domainWhiteList": [], - "protocolWhiteList": [], - "defaultMiddleware": "csrf,hsts,methodnoallow,noopen,nosniff,csp,xssProtection,xframe,dta", - "csrf": { - "enable": false, - "type": "ctoken", - "ignoreJSON": false, - "useSession": false, - "cookieName": "csrfToken", - "sessionName": "csrfToken", - "headerName": "x-csrf-token", - "bodyName": "_csrf", - "queryName": "_csrf", - "refererWhiteList": [] - }, - "xframe": { - "enable": true, - "value": "SAMEORIGIN" - }, - "hsts": { - "enable": false, - "maxAge": 31536000, - "includeSubdomains": false - }, - "dta": { - "enable": true - }, - "methodnoallow": { - "enable": false - }, - "noopen": { - "enable": true - }, - "nosniff": { - "enable": true - }, - "referrerPolicy": { - "enable": false, - "value": "no-referrer-when-downgrade" - }, - "xssProtection": { - "enable": true, - "value": "1; mode=block" - }, - "csp": { - "enable": false, - "policy": {} - }, - "ssrf": { - "ipBlackList": null, - "checkAddress": null - }, - "_protocolWhiteListSet": "" - }, - "helper": { - "shtml": {} - }, - "jsonp": { - "limit": 50, - "callback": [ - "_callback", - "callback" - ], - "csrf": false - }, - "onerror": { - "errorPageUrl": "", - "appErrorFilter": null, - "templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\lib\\onerror_page.mustache" - }, - "i18n": { - "defaultLocale": "en_US", - "dirs": [], - "queryField": "locale", - "cookieField": "locale", - "cookieDomain": "", - "cookieMaxAge": "1y" - }, - "watcher": { - "type": "development", - "eventSources": { - "default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\default", - "development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\development" - } - }, - "customLogger": { - "scheduleLogger": { - "consoleLevel": "NONE", - "file": "egg-schedule.log" - } - }, - "schedule": { - "directory": [] - }, - "multipart": { - "mode": "stream", - "autoFields": false, - "defaultCharset": "utf8", - "fieldNameSize": 100, - "fieldSize": "100kb", - "fields": 10, - "fileSize": "10mb", - "files": 10, - "fileExtensions": [], - "whitelist": null, - "tmpdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp\\egg-multipart-tmp\\game-node-center", - "cleanSchedule": { - "cron": "0 30 4 * * *" - } - }, - "development": { - "watchDirs": [ - "app", - "lib", - "service", - "config", - "app.ts", - "agent.ts", - "interface.ts" - ], - "ignoreDirs": [], - "fastReady": false, - "reloadOnDebug": true, - "overrideDefault": true - }, - "logrotator": { - "filesRotateByHour": null, - "hourDelimiter": "-", - "filesRotateBySize": null, - "maxFileSize": 52428800, - "maxFiles": 10, - "rotateDuration": 60000, - "maxDays": 31 - }, - "static": { - "prefix": "/public/", - "dir": "E:\\self\\2020\\project\\game-node-center\\src\\app\\public", - "dynamic": true, - "preload": false, - "buffer": false, - "maxFiles": 1000 - }, - "view": { - "root": "E:\\self\\2020\\project\\game-node-center\\src\\app\\view", - "cache": false, - "defaultExtension": ".html", - "defaultViewEngine": "", - "mapping": {} - }, - "cors": { - "allowMethods": "GET,HEAD,PUT,POST,DELETE,PATCH,OPTIONS", - "credentials": true, - "origin": "" - }, - "redis": { - "default": {}, - "app": true, - "agent": false, - "supportTimeCommand": true, - "client": { - "port": 6379, - "host": "127.0.0.1", - "password": "", - "db": 0 - } - }, - "io": { - "init": {}, - "namespace": { - "/": { - "connectionMiddleware": [], - "packetMiddleware": [] - }, - "/socket": { - "connectionMiddleware": [ - "auth" - ], - "packetMiddleware": [] - } - }, - "redis": { - "host": "127.0.0.1", - "port": 6379 - } - }, - "jwt": { - "secret": "", - "enable": true, - "match": "" - }, - "env": "local", - "name": "game-node-center", - "keys": "", - "cookies": {}, - "proxy": false, - "maxIpsCount": 0, - "maxProxyCount": 0, - "protocolHeaders": "x-forwarded-proto", - "ipHeaders": "x-forwarded-for", - "hostHeaders": "", - "pkg": { - "name": "game-node-center", - "version": "1.0.0", - "description": "node服务中心", - "private": true, - "dependencies": { - "@types/socket.io": "^2.1.4", - "egg-cors": "^2.2.3", - "egg-jwt": "^3.1.7", - "egg-redis": "^2.4.0", - "egg-scripts": "^2.10.0", - "egg-socket.io": "^4.1.6", - "midway": "^1.0.0" - }, - "devDependencies": { - "@types/mocha": "^5.2.7", - "@types/node": "^10.5.5", - "cross-env": "^6.0.0", - "egg-ci": "^1.8.0", - "midway-bin": "1", - "midway-mock": "1", - "ts-node": "^8.3.0", - "tslib": "^1.8.1", - "tslint": "^5.11.0", - "tslint-config-egg": "^1.0.0", - "typescript": "^3.5.0" - }, - "engines": { - "node": ">=10.16.0" - }, - "scripts": { - "start": "egg-scripts start --daemon --title=midway-server-node-loan-center --framework=midway --ts", - "stop": "egg-scripts stop --title=midway-server-node-loan-center", - "start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev", - "clean": "midway-bin clean", - "dev": "cross-env NODE_ENV=local midway-bin dev --ts", - "debug": "cross-env NODE_ENV=local midway-bin debug --ts", - "test": "npm run lint && midway-bin test --ts", - "cov": "midway-bin cov --ts", - "lint": "tslint --fix -p tsconfig.json -t stylish", - "ci": "npm run cov", - "build": "midway-bin build -c" - }, - "ci": { - "version": "10" - }, - "midway-bin-clean": [ - ".vscode/.tsbuildinfo", - "dist" - ], - "repository": { - "type": "git", - "url": "" - }, - "author": "Cai", - "license": "MIT" - }, - "baseDir": "E:\\self\\2020\\project\\game-node-center\\src", - "HOME": "C:\\Users\\Administrator", - "rundir": "E:\\self\\2020\\project\\game-node-center\\run", - "dump": { - "ignore": "" - }, - "confusedConfigurations": { - "bodyparser": "bodyParser", - "notFound": "notfound", - "sitefile": "siteFile", - "middlewares": "middleware", - "httpClient": "httpclient" - }, - "notfound": { - "pageUrl": "" - }, - "siteFile": { - "/favicon.ico": "" - }, - "bodyParser": { - "enable": true, - "encoding": "utf8", - "formLimit": "1mb", - "jsonLimit": "1mb", - "textLimit": "1mb", - "strict": true, - "queryString": { - "arrayLimit": 100, - "depth": 5, - "parameterLimit": 1000 - }, - "onerror": "" - }, - "logger": { - "dir": "E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center", - "encoding": "utf8", - "env": "local", - "level": "INFO", - "consoleLevel": "INFO", - "disableConsoleAfterReady": false, - "outputJSON": false, - "buffer": true, - "appLogName": "app.log", - "coreLogName": "core.log", - "agentLogName": "agent.log", - "errorLogName": "error.log", - "coreLogger": { - "consoleLevel": "WARN" - }, - "allowDebugAtProd": false, - "type": "agent" - }, - "httpclient": { - "enableDNSCache": false, - "dnsCacheLookupInterval": 10000, - "dnsCacheMaxLength": 1000, - "request": { - "timeout": 5000 - }, - "httpAgent": { - "keepAlive": true, - "freeSocketTimeout": 4000, - "maxSockets": 9007199254740991, - "maxFreeSockets": 256 - }, - "httpsAgent": { - "keepAlive": true, - "freeSocketTimeout": 4000, - "maxSockets": 9007199254740991, - "maxFreeSockets": 256 - } - }, - "meta": { - "enable": true, - "logging": false - }, - "coreMiddleware": [ - "meta", - "siteFile", - "notfound", - "bodyParser", - "overrideMethod" - ], - "workerStartTimeout": 600000, - "serverTimeout": null, - "cluster": { - "listen": { - "path": "", - "port": 7001, - "hostname": "" - } - }, - "clusterClient": { - "maxWaitTime": 60000, - "responseTimeout": 60000 - }, - "onClientError": null, - "pluginOverwrite": false, - "container": { - "ignore": [ - "**/node_modules/**", - "**/logs/**", - "**/run/**", - "**/public/**", - "**/view/**", - "**/views/**", - "**/config/**", - "**/app/extend/**" - ], - "baseDir": "E:\\self\\2020\\project\\game-node-center\\src" - }, - "alinode": { - "logdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp", - "error_log": [ - "E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center\\common-error.log", - "E:\\self\\2020\\project\\game-node-center\\logs\\stderr.log" - ], - "packages": [ - "E:\\self\\2020\\project\\game-node-center\\package.json" - ] - }, - "sourceUrl": "", - "elkLogger": { - "match": "", - "enable": true - }, - "middleware": [ - "elkLogger", - "notFound" - ], - "apiDomain": { - "loanDomain": "*" - }, - "coreMiddlewares": "~config~coreMiddleware", - "appMiddlewares": "~config~middleware", - "appMiddleware": "~config~middleware" - }, - "plugins": { - "session": { - "enable": true, - "package": "egg-session", - "name": "session", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session", - "version": "3.1.0" - }, - "security": { - "enable": true, - "package": "egg-security", - "name": "security", - "dependencies": [], - "optionalDependencies": [ - "session" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security", - "version": "2.7.1" - }, - "jsonp": { - "enable": true, - "package": "egg-jsonp", - "name": "jsonp", - "dependencies": [], - "optionalDependencies": [ - "security" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp", - "version": "2.0.0" - }, - "onerror": { - "enable": true, - "package": "egg-onerror", - "name": "onerror", - "dependencies": [], - "optionalDependencies": [ - "jsonp" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror", - "version": "2.1.0" - }, - "i18n": { - "enable": true, - "package": "egg-i18n", - "name": "i18n", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n", - "version": "2.1.1" - }, - "watcher": { - "enable": true, - "package": "egg-watcher", - "name": "watcher", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher", - "version": "3.1.0" - }, - "schedule": { - "enable": true, - "package": "egg-schedule", - "name": "schedule", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule", - "version": "3.6.4" - }, - "multipart": { - "enable": true, - "package": "egg-multipart", - "name": "multipart", - "dependencies": [], - "optionalDependencies": [ - "schedule" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart", - "version": "2.10.1" - }, - "development": { - "enable": true, - "package": "egg-development", - "name": "development", - "dependencies": [ - "watcher" - ], - "optionalDependencies": [], - "env": [ - "local" - ], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development", - "version": "2.4.3" - }, - "logrotator": { - "enable": true, - "package": "egg-logrotator", - "name": "logrotator", - "dependencies": [ - "schedule" - ], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator", - "version": "3.1.0" - }, - "static": { - "enable": true, - "package": "egg-static", - "name": "static", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static", - "version": "2.2.0" - }, - "view": { - "enable": true, - "package": "egg-view", - "name": "view", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view", - "version": "2.1.2" - }, - "schedulePlus": { - "enable": true, - "package": "midway-schedule", - "name": "schedulePlus", - "dependencies": [], - "optionalDependencies": [ - "schedule" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-schedule", - "version": "1.15.1" - }, - "cors": { - "enable": true, - "package": "egg-cors", - "name": "cors", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-cors", - "version": "2.2.3" - }, - "redis": { - "enable": true, - "package": "egg-redis", - "name": "redis", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis", - "version": "2.4.0" - }, - "io": { - "enable": true, - "package": "egg-socket.io", - "name": "io", - "dependencies": [ - "session" - ], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io", - "version": "4.1.6" - }, - "jwt": { - "enable": true, - "package": "egg-jwt", - "name": "jwt", - "dependencies": [], - "optionalDependencies": [ - "onerror" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jwt", - "version": "3.1.7" - } - } -} \ No newline at end of file diff --git a/run/agent_config_meta.json b/run/agent_config_meta.json deleted file mode 100644 index d4b1e04..0000000 --- a/run/agent_config_meta.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "sourceUrl": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "elkLogger": { - "match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "keys": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "middleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "security": { - "csrf": { - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "ignoreJSON": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.local.js", - "useSession": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "cookieName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "sessionName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "headerName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "bodyName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "queryName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "refererWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "methodnoallow": { - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "domainWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "protocolWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "defaultMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "xframe": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "hsts": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.local.js", - "maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "includeSubdomains": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "dta": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "noopen": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "nosniff": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "referrerPolicy": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "xssProtection": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "csp": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "policy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "ssrf": { - "ipBlackList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "checkAddress": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - } - }, - "cors": { - "allowMethods": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "credentials": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "origin": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "logger": { - "outputJSON": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "appLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "coreLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "agentLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "errorLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "level": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "disableConsoleAfterReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "coreLogger": { - "consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.local.js" - }, - "allowDebugAtProd": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "apiDomain": { - "loanDomain": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "jwt": { - "secret": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "io": { - "namespace": { - "/socket": { - "connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "/": { - "connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js", - "packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js" - } - }, - "redis": { - "host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "init": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js" - }, - "redis": { - "client": { - "port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "password": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "db": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js", - "app": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js", - "agent": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js", - "supportTimeCommand": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js" - }, - "development": { - "watchDirs": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts", - "overrideDefault": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts", - "ignoreDirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js", - "fastReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js", - "reloadOnDebug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js" - }, - "session": { - "maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js", - "key": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js", - "httpOnly": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js", - "encrypt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js" - }, - "helper": { - "shtml": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "jsonp": { - "limit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js", - "callback": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js", - "csrf": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js" - }, - "onerror": { - "errorPageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js", - "appErrorFilter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js", - "templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js" - }, - "i18n": { - "defaultLocale": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "dirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "queryField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "cookieField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "cookieDomain": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "cookieMaxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js" - }, - "watcher": { - "type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.local.js", - "eventSources": { - "default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js", - "development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js" - } - }, - "customLogger": { - "scheduleLogger": { - "consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js", - "file": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js" - } - }, - "schedule": { - "directory": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js" - }, - "multipart": { - "mode": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "autoFields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "defaultCharset": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fieldNameSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fieldSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "files": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fileExtensions": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "whitelist": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "tmpdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "cleanSchedule": { - "cron": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js" - } - }, - "logrotator": { - "filesRotateByHour": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "hourDelimiter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "filesRotateBySize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "maxFileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "rotateDuration": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "maxDays": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js" - }, - "static": { - "prefix": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "dynamic": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "preload": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js" - }, - "view": { - "root": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js", - "cache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.local.js", - "defaultExtension": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js", - "defaultViewEngine": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js", - "mapping": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js" - }, - "env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cookies": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "proxy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxIpsCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxProxyCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "protocolHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "ipHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "hostHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "pkg": { - "name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "description": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "private": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dependencies": { - "@types/socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-cors": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-jwt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-redis": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-scripts": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "midway": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "devDependencies": { - "@types/mocha": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "@types/node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cross-env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "midway-bin": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "midway-mock": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "ts-node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "tslib": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "tslint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "tslint-config-egg": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "typescript": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "engines": { - "node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "scripts": { - "start": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "stop": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "start_build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dev": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "debug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "test": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cov": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "lint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "ci": { - "version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "midway-bin-clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "repository": { - "type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "url": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "author": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "license": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "baseDir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "HOME": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "rundir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "dump": { - "ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "confusedConfigurations": { - "bodyparser": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "notFound": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "sitefile": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "middlewares": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "httpClient": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "notfound": { - "pageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "siteFile": { - "/favicon.ico": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "bodyParser": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "formLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "jsonLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "textLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "strict": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "queryString": { - "arrayLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "depth": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "parameterLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "onerror": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "httpclient": { - "enableDNSCache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dnsCacheLookupInterval": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dnsCacheMaxLength": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "request": { - "timeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "httpAgent": { - "keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "httpsAgent": { - "keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - } - }, - "meta": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "logging": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "coreMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "workerStartTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "serverTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cluster": { - "listen": { - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "port": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "hostname": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - } - }, - "clusterClient": { - "maxWaitTime": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "responseTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "onClientError": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "pluginOverwrite": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "container": { - "ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js" - }, - "alinode": { - "logdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "error_log": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "packages": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js" - } -} \ No newline at end of file diff --git a/run/agent_dependency_10340 b/run/agent_dependency_10340 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_10340 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_10508 b/run/agent_dependency_10508 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_10508 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_10804 b/run/agent_dependency_10804 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_10804 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_1108 b/run/agent_dependency_1108 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_1108 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_11108 b/run/agent_dependency_11108 deleted file mode 100644 index 7305d6d..0000000 --- a/run/agent_dependency_11108 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_1212 b/run/agent_dependency_1212 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_1212 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_12388 b/run/agent_dependency_12388 deleted file mode 100644 index 7305d6d..0000000 --- a/run/agent_dependency_12388 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_1348 b/run/agent_dependency_1348 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_1348 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_13588 b/run/agent_dependency_13588 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_13588 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_13752 b/run/agent_dependency_13752 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_13752 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_14064 b/run/agent_dependency_14064 deleted file mode 100644 index 2f3e9ec..0000000 --- a/run/agent_dependency_14064 +++ /dev/null @@ -1,2 +0,0 @@ -digraph G { -} diff --git a/run/agent_dependency_14436 b/run/agent_dependency_14436 deleted file mode 100644 index 918a681..0000000 --- a/run/agent_dependency_14436 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_14520 b/run/agent_dependency_14520 deleted file mode 100644 index 918a681..0000000 --- a/run/agent_dependency_14520 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_15192 b/run/agent_dependency_15192 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_15192 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_15444 b/run/agent_dependency_15444 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_15444 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_15472 b/run/agent_dependency_15472 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_15472 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_15676 b/run/agent_dependency_15676 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_15676 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_15860 b/run/agent_dependency_15860 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_15860 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_17128 b/run/agent_dependency_17128 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_17128 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_17708 b/run/agent_dependency_17708 deleted file mode 100644 index dd3879d..0000000 --- a/run/agent_dependency_17708 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18064 b/run/agent_dependency_18064 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_18064 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18112 b/run/agent_dependency_18112 deleted file mode 100644 index 2f3957f..0000000 --- a/run/agent_dependency_18112 +++ /dev/null @@ -1,14 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "app"; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "app" [ label = "properties", fontsize = 8 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18328 b/run/agent_dependency_18328 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_18328 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18508 b/run/agent_dependency_18508 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_18508 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18564 b/run/agent_dependency_18564 deleted file mode 100644 index 7305d6d..0000000 --- a/run/agent_dependency_18564 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18656 b/run/agent_dependency_18656 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_18656 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18776 b/run/agent_dependency_18776 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_18776 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_18956 b/run/agent_dependency_18956 deleted file mode 100644 index dd3879d..0000000 --- a/run/agent_dependency_18956 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_19104 b/run/agent_dependency_19104 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_19104 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_19288 b/run/agent_dependency_19288 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_19288 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_19364 b/run/agent_dependency_19364 deleted file mode 100644 index 9c4cbc2..0000000 --- a/run/agent_dependency_19364 +++ /dev/null @@ -1,18 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "nspController" [ label = "nspController(NspController) -scope:Request", fontsize = 10 ]; - "app"; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "app" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_19408 b/run/agent_dependency_19408 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_19408 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_19660 b/run/agent_dependency_19660 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_19660 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_20184 b/run/agent_dependency_20184 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_20184 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_20436 b/run/agent_dependency_20436 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_20436 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_21576 b/run/agent_dependency_21576 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_21576 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_21600 b/run/agent_dependency_21600 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_21600 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_21752 b/run/agent_dependency_21752 deleted file mode 100644 index dd3879d..0000000 --- a/run/agent_dependency_21752 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_21996 b/run/agent_dependency_21996 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_21996 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_22020 b/run/agent_dependency_22020 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_22020 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_22060 b/run/agent_dependency_22060 deleted file mode 100644 index 7305d6d..0000000 --- a/run/agent_dependency_22060 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_22276 b/run/agent_dependency_22276 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_22276 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_22888 b/run/agent_dependency_22888 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_22888 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_23464 b/run/agent_dependency_23464 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_23464 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_24000 b/run/agent_dependency_24000 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_24000 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_24096 b/run/agent_dependency_24096 deleted file mode 100644 index 7305d6d..0000000 --- a/run/agent_dependency_24096 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_24712 b/run/agent_dependency_24712 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_24712 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_25460 b/run/agent_dependency_25460 deleted file mode 100644 index 2f3957f..0000000 --- a/run/agent_dependency_25460 +++ /dev/null @@ -1,14 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "app"; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "app" [ label = "properties", fontsize = 8 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_25688 b/run/agent_dependency_25688 deleted file mode 100644 index dd3879d..0000000 --- a/run/agent_dependency_25688 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_26144 b/run/agent_dependency_26144 deleted file mode 100644 index dd3879d..0000000 --- a/run/agent_dependency_26144 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_26532 b/run/agent_dependency_26532 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_26532 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_26984 b/run/agent_dependency_26984 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_26984 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_27196 b/run/agent_dependency_27196 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_27196 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_27844 b/run/agent_dependency_27844 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_27844 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_28540 b/run/agent_dependency_28540 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_28540 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_28680 b/run/agent_dependency_28680 deleted file mode 100644 index 7305d6d..0000000 --- a/run/agent_dependency_28680 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_28828 b/run/agent_dependency_28828 deleted file mode 100644 index 4517198..0000000 --- a/run/agent_dependency_28828 +++ /dev/null @@ -1,9 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_29376 b/run/agent_dependency_29376 deleted file mode 100644 index 918a681..0000000 --- a/run/agent_dependency_29376 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_29432 b/run/agent_dependency_29432 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_29432 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_29500 b/run/agent_dependency_29500 deleted file mode 100644 index e45b8e3..0000000 --- a/run/agent_dependency_29500 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_3164 b/run/agent_dependency_3164 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_3164 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_3704 b/run/agent_dependency_3704 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_3704 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_4000 b/run/agent_dependency_4000 deleted file mode 100644 index dd3879d..0000000 --- a/run/agent_dependency_4000 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_4176 b/run/agent_dependency_4176 deleted file mode 100644 index 918a681..0000000 --- a/run/agent_dependency_4176 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_5372 b/run/agent_dependency_5372 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_5372 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_6404 b/run/agent_dependency_6404 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_6404 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_7352 b/run/agent_dependency_7352 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_7352 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_7692 b/run/agent_dependency_7692 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_7692 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_7952 b/run/agent_dependency_7952 deleted file mode 100644 index e45b8e3..0000000 --- a/run/agent_dependency_7952 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_dependency_8988 b/run/agent_dependency_8988 deleted file mode 100644 index ec34178..0000000 --- a/run/agent_dependency_8988 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/agent_timing_29500.json b/run/agent_timing_29500.json deleted file mode 100644 index bfd8f2b..0000000 --- a/run/agent_timing_29500.json +++ /dev/null @@ -1,458 +0,0 @@ -[ - { - "name": "Application Start", - "start": 1585289108460, - "end": 1585289111451, - "duration": 2991, - "pid": 29500, - "index": 0 - }, - { - "name": "Load Plugin", - "start": 1585289108466, - "end": 1585289108516, - "duration": 50, - "pid": 29500, - "index": 1 - }, - { - "name": "Load Config", - "start": 1585289108516, - "end": 1585289108572, - "duration": 56, - "pid": 29500, - "index": 2 - }, - { - "name": "Require(0) config/config.default.ts", - "start": 1585289108517, - "end": 1585289108519, - "duration": 2, - "pid": 29500, - "index": 3 - }, - { - "name": "Require(1) config/config.local.ts", - "start": 1585289108520, - "end": 1585289108521, - "duration": 1, - "pid": 29500, - "index": 4 - }, - { - "name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js", - "start": 1585289108522, - "end": 1585289108523, - "duration": 1, - "pid": 29500, - "index": 5 - }, - { - "name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js", - "start": 1585289108524, - "end": 1585289108525, - "duration": 1, - "pid": 29500, - "index": 6 - }, - { - "name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js", - "start": 1585289108526, - "end": 1585289108527, - "duration": 1, - "pid": 29500, - "index": 7 - }, - { - "name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js", - "start": 1585289108527, - "end": 1585289108528, - "duration": 1, - "pid": 29500, - "index": 8 - }, - { - "name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js", - "start": 1585289108529, - "end": 1585289108530, - "duration": 1, - "pid": 29500, - "index": 9 - }, - { - "name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js", - "start": 1585289108531, - "end": 1585289108532, - "duration": 1, - "pid": 29500, - "index": 10 - }, - { - "name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js", - "start": 1585289108533, - "end": 1585289108533, - "duration": 0, - "pid": 29500, - "index": 11 - }, - { - "name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js", - "start": 1585289108534, - "end": 1585289108535, - "duration": 1, - "pid": 29500, - "index": 12 - }, - { - "name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js", - "start": 1585289108536, - "end": 1585289108537, - "duration": 1, - "pid": 29500, - "index": 13 - }, - { - "name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js", - "start": 1585289108537, - "end": 1585289108538, - "duration": 1, - "pid": 29500, - "index": 14 - }, - { - "name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js", - "start": 1585289108539, - "end": 1585289108540, - "duration": 1, - "pid": 29500, - "index": 15 - }, - { - "name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js", - "start": 1585289108541, - "end": 1585289108542, - "duration": 1, - "pid": 29500, - "index": 16 - }, - { - "name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js", - "start": 1585289108545, - "end": 1585289108546, - "duration": 1, - "pid": 29500, - "index": 17 - }, - { - "name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js", - "start": 1585289108547, - "end": 1585289108547, - "duration": 0, - "pid": 29500, - "index": 18 - }, - { - "name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js", - "start": 1585289108548, - "end": 1585289108549, - "duration": 1, - "pid": 29500, - "index": 19 - }, - { - "name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js", - "start": 1585289108550, - "end": 1585289108551, - "duration": 1, - "pid": 29500, - "index": 20 - }, - { - "name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js", - "start": 1585289108552, - "end": 1585289108552, - "duration": 0, - "pid": 29500, - "index": 21 - }, - { - "name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js", - "start": 1585289108554, - "end": 1585289108555, - "duration": 1, - "pid": 29500, - "index": 22 - }, - { - "name": "Require(20) config/config.default.ts", - "start": 1585289108556, - "end": 1585289108556, - "duration": 0, - "pid": 29500, - "index": 23 - }, - { - "name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js", - "start": 1585289108558, - "end": 1585289108558, - "duration": 0, - "pid": 29500, - "index": 24 - }, - { - "name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js", - "start": 1585289108562, - "end": 1585289108562, - "duration": 0, - "pid": 29500, - "index": 25 - }, - { - "name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js", - "start": 1585289108566, - "end": 1585289108567, - "duration": 1, - "pid": 29500, - "index": 26 - }, - { - "name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js", - "start": 1585289108570, - "end": 1585289108571, - "duration": 1, - "pid": 29500, - "index": 27 - }, - { - "name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js", - "start": 1585289108571, - "end": 1585289108572, - "duration": 1, - "pid": 29500, - "index": 28 - }, - { - "name": "Require(26) config/config.local.ts", - "start": 1585289108572, - "end": 1585289108572, - "duration": 0, - "pid": 29500, - "index": 29 - }, - { - "name": "Load extend/agent.js", - "start": 1585289108573, - "end": 1585289108654, - "duration": 81, - "pid": 29500, - "index": 30 - }, - { - "name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/agent.js", - "start": 1585289108575, - "end": 1585289108578, - "duration": 3, - "pid": 29500, - "index": 31 - }, - { - "name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app/extend/agent.js", - "start": 1585289108582, - "end": 1585289108626, - "duration": 44, - "pid": 29500, - "index": 32 - }, - { - "name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/agent.js", - "start": 1585289108628, - "end": 1585289108631, - "duration": 3, - "pid": 29500, - "index": 33 - }, - { - "name": "Load extend/context.js", - "start": 1585289111150, - "end": 1585289111261, - "duration": 111, - "pid": 29500, - "index": 34 - }, - { - "name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js", - "start": 1585289111151, - "end": 1585289111171, - "duration": 20, - "pid": 29500, - "index": 35 - }, - { - "name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js", - "start": 1585289111172, - "end": 1585289111176, - "duration": 4, - "pid": 29500, - "index": 36 - }, - { - "name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js", - "start": 1585289111177, - "end": 1585289111178, - "duration": 1, - "pid": 29500, - "index": 37 - }, - { - "name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js", - "start": 1585289111180, - "end": 1585289111233, - "duration": 53, - "pid": 29500, - "index": 38 - }, - { - "name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js", - "start": 1585289111236, - "end": 1585289111238, - "duration": 2, - "pid": 29500, - "index": 39 - }, - { - "name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js", - "start": 1585289111242, - "end": 1585289111243, - "duration": 1, - "pid": 29500, - "index": 40 - }, - { - "name": "Require(36) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js", - "start": 1585289111244, - "end": 1585289111245, - "duration": 1, - "pid": 29500, - "index": 41 - }, - { - "name": "Require(37) app/extend/context.ts", - "start": 1585289111247, - "end": 1585289111248, - "duration": 1, - "pid": 29500, - "index": 42 - }, - { - "name": "Load agent.js", - "start": 1585289111261, - "end": 1585289111294, - "duration": 33, - "pid": 29500, - "index": 43 - }, - { - "name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-security/agent.js", - "start": 1585289111262, - "end": 1585289111264, - "duration": 2, - "pid": 29500, - "index": 44 - }, - { - "name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-onerror/agent.js", - "start": 1585289111265, - "end": 1585289111265, - "duration": 0, - "pid": 29500, - "index": 45 - }, - { - "name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-watcher/agent.js", - "start": 1585289111267, - "end": 1585289111270, - "duration": 3, - "pid": 29500, - "index": 46 - }, - { - "name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg-schedule/agent.js", - "start": 1585289111271, - "end": 1585289111273, - "duration": 2, - "pid": 29500, - "index": 47 - }, - { - "name": "Require(42) E:/self/2020/project/game-node-center/node_modules/egg-development/agent.js", - "start": 1585289111275, - "end": 1585289111283, - "duration": 8, - "pid": 29500, - "index": 48 - }, - { - "name": "Require(43) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/agent.js", - "start": 1585289111283, - "end": 1585289111284, - "duration": 1, - "pid": 29500, - "index": 49 - }, - { - "name": "Require(44) E:/self/2020/project/game-node-center/node_modules/midway-schedule/agent.js", - "start": 1585289111286, - "end": 1585289111287, - "duration": 1, - "pid": 29500, - "index": 50 - }, - { - "name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg-redis/agent.js", - "start": 1585289111288, - "end": 1585289111290, - "duration": 2, - "pid": 29500, - "index": 51 - }, - { - "name": "Require(46) E:/self/2020/project/game-node-center/node_modules/egg/agent.js", - "start": 1585289111292, - "end": 1585289111292, - "duration": 0, - "pid": 29500, - "index": 52 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14", - "start": 1585289111301, - "end": 1585289111395, - "duration": 94, - "pid": 29500, - "index": 53 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-schedule/agent.js:12:9", - "start": 1585289111302, - "end": 1585289111366, - "duration": 64, - "pid": 29500, - "index": 54 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-development/agent.js:12:9", - "start": 1585289111302, - "end": 1585289111451, - "duration": 149, - "pid": 29500, - "index": 55 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:41:18", - "start": 1585289111303, - "end": 1585289111392, - "duration": 89, - "pid": 29500, - "index": 56 - } -] \ No newline at end of file diff --git a/run/application_config.json b/run/application_config.json deleted file mode 100644 index 3e433b5..0000000 --- a/run/application_config.json +++ /dev/null @@ -1,668 +0,0 @@ -{ - "config": { - "session": { - "maxAge": 86400000, - "key": "EGG_SESS", - "httpOnly": true, - "encrypt": true, - "overwrite": true, - "signed": true, - "autoCommit": true, - "encode": "", - "decode": "", - "genid": "" - }, - "security": { - "domainWhiteList": [], - "protocolWhiteList": [], - "defaultMiddleware": "csrf,hsts,methodnoallow,noopen,nosniff,csp,xssProtection,xframe,dta", - "csrf": { - "enable": false, - "type": "ctoken", - "ignoreJSON": false, - "useSession": false, - "cookieName": "csrfToken", - "sessionName": "csrfToken", - "headerName": "x-csrf-token", - "bodyName": "_csrf", - "queryName": "_csrf", - "refererWhiteList": [] - }, - "xframe": { - "enable": true, - "value": "SAMEORIGIN", - "matching": "" - }, - "hsts": { - "enable": false, - "maxAge": 31536000, - "includeSubdomains": false - }, - "dta": { - "enable": true, - "matching": "" - }, - "methodnoallow": { - "enable": false - }, - "noopen": { - "enable": true, - "matching": "" - }, - "nosniff": { - "enable": true, - "matching": "" - }, - "referrerPolicy": { - "enable": false, - "value": "no-referrer-when-downgrade" - }, - "xssProtection": { - "enable": true, - "value": "1; mode=block", - "matching": "" - }, - "csp": { - "enable": false, - "policy": {} - }, - "ssrf": { - "ipBlackList": null, - "checkAddress": null - }, - "_protocolWhiteListSet": "" - }, - "helper": { - "shtml": {} - }, - "jsonp": { - "limit": 50, - "callback": [ - "_callback", - "callback" - ], - "csrf": false - }, - "onerror": { - "errorPageUrl": "", - "appErrorFilter": null, - "templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\lib\\onerror_page.mustache" - }, - "i18n": { - "defaultLocale": "en_US", - "dirs": [ - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-schedule\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-cors\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jwt\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\locales", - "E:\\self\\2020\\project\\game-node-center\\src\\config\\locales" - ], - "queryField": "locale", - "cookieField": "locale", - "cookieDomain": "", - "cookieMaxAge": "1y", - "functionName": "__" - }, - "watcher": { - "type": "development", - "eventSources": { - "default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\default", - "development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\development" - } - }, - "customLogger": { - "scheduleLogger": { - "consoleLevel": "NONE", - "file": "egg-schedule.log" - } - }, - "schedule": { - "directory": [] - }, - "multipart": { - "mode": "stream", - "autoFields": false, - "defaultCharset": "utf8", - "fieldNameSize": 100, - "fieldSize": 102400, - "fields": 10, - "fileSize": 10485760, - "files": 10, - "fileExtensions": [], - "whitelist": null, - "tmpdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp\\egg-multipart-tmp\\game-node-center", - "cleanSchedule": { - "cron": "0 30 4 * * *" - } - }, - "development": { - "watchDirs": [ - "app", - "lib", - "service", - "config", - "app.ts", - "agent.ts", - "interface.ts" - ], - "ignoreDirs": [], - "fastReady": false, - "reloadOnDebug": true, - "overrideDefault": true - }, - "logrotator": { - "filesRotateByHour": null, - "hourDelimiter": "-", - "filesRotateBySize": null, - "maxFileSize": 52428800, - "maxFiles": 10, - "rotateDuration": 60000, - "maxDays": 31 - }, - "static": { - "prefix": "/public/", - "dir": "E:\\self\\2020\\project\\game-node-center\\src\\app\\public", - "dynamic": true, - "preload": false, - "buffer": false, - "maxFiles": 1000 - }, - "view": { - "root": "E:\\self\\2020\\project\\game-node-center\\src\\app\\view", - "cache": false, - "defaultExtension": ".html", - "defaultViewEngine": "", - "mapping": {} - }, - "cors": { - "allowMethods": "GET,HEAD,PUT,POST,DELETE,PATCH,OPTIONS", - "credentials": true, - "origin": "" - }, - "redis": { - "default": {}, - "app": true, - "agent": false, - "supportTimeCommand": true, - "client": { - "port": 6379, - "host": "127.0.0.1", - "password": "", - "db": 0 - } - }, - "io": { - "init": { - "path": "/socket.io", - "allowRequest": "" - }, - "namespace": { - "/": { - "connectionMiddleware": [], - "packetMiddleware": [] - }, - "/socket": { - "connectionMiddleware": [ - "auth" - ], - "packetMiddleware": [] - } - }, - "redis": { - "host": "127.0.0.1", - "port": 6379 - } - }, - "jwt": { - "secret": "", - "enable": true, - "match": "" - }, - "env": "local", - "name": "game-node-center", - "keys": "", - "cookies": {}, - "proxy": false, - "maxIpsCount": 0, - "maxProxyCount": 0, - "protocolHeaders": "x-forwarded-proto", - "ipHeaders": "x-forwarded-for", - "hostHeaders": "", - "pkg": { - "name": "game-node-center", - "version": "1.0.0", - "description": "node服务中心", - "private": true, - "dependencies": { - "@types/socket.io": "^2.1.4", - "egg-cors": "^2.2.3", - "egg-jwt": "^3.1.7", - "egg-redis": "^2.4.0", - "egg-scripts": "^2.10.0", - "egg-socket.io": "^4.1.6", - "midway": "^1.0.0" - }, - "devDependencies": { - "@types/mocha": "^5.2.7", - "@types/node": "^10.5.5", - "cross-env": "^6.0.0", - "egg-ci": "^1.8.0", - "midway-bin": "1", - "midway-mock": "1", - "ts-node": "^8.3.0", - "tslib": "^1.8.1", - "tslint": "^5.11.0", - "tslint-config-egg": "^1.0.0", - "typescript": "^3.5.0" - }, - "engines": { - "node": ">=10.16.0" - }, - "scripts": { - "start": "egg-scripts start --daemon --title=midway-server-node-loan-center --framework=midway --ts", - "stop": "egg-scripts stop --title=midway-server-node-loan-center", - "start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev", - "clean": "midway-bin clean", - "dev": "cross-env NODE_ENV=local midway-bin dev --ts", - "debug": "cross-env NODE_ENV=local midway-bin debug --ts", - "test": "npm run lint && midway-bin test --ts", - "cov": "midway-bin cov --ts", - "lint": "tslint --fix -p tsconfig.json -t stylish", - "ci": "npm run cov", - "build": "midway-bin build -c" - }, - "ci": { - "version": "10" - }, - "midway-bin-clean": [ - ".vscode/.tsbuildinfo", - "dist" - ], - "repository": { - "type": "git", - "url": "" - }, - "author": "Cai", - "license": "MIT" - }, - "baseDir": "E:\\self\\2020\\project\\game-node-center\\src", - "HOME": "C:\\Users\\Administrator", - "rundir": "E:\\self\\2020\\project\\game-node-center\\run", - "dump": { - "ignore": "" - }, - "confusedConfigurations": { - "bodyparser": "bodyParser", - "notFound": "notfound", - "sitefile": "siteFile", - "middlewares": "middleware", - "httpClient": "httpclient" - }, - "notfound": { - "pageUrl": "" - }, - "siteFile": { - "/favicon.ico": "" - }, - "bodyParser": { - "enable": true, - "encoding": "utf8", - "formLimit": "1mb", - "jsonLimit": "1mb", - "textLimit": "1mb", - "strict": true, - "queryString": { - "arrayLimit": 100, - "depth": 5, - "parameterLimit": 1000 - }, - "returnRawBody": true - }, - "logger": { - "dir": "E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center", - "encoding": "utf8", - "env": "local", - "level": "INFO", - "consoleLevel": "INFO", - "disableConsoleAfterReady": false, - "outputJSON": false, - "buffer": true, - "appLogName": "app.log", - "coreLogName": "core.log", - "agentLogName": "agent.log", - "errorLogName": "error.log", - "coreLogger": { - "consoleLevel": "WARN" - }, - "allowDebugAtProd": false, - "type": "application" - }, - "httpclient": { - "enableDNSCache": false, - "dnsCacheLookupInterval": 10000, - "dnsCacheMaxLength": 1000, - "request": { - "timeout": 5000 - }, - "httpAgent": { - "keepAlive": true, - "freeSocketTimeout": 4000, - "maxSockets": 9007199254740991, - "maxFreeSockets": 256 - }, - "httpsAgent": { - "keepAlive": true, - "freeSocketTimeout": 4000, - "maxSockets": 9007199254740991, - "maxFreeSockets": 256 - } - }, - "meta": { - "enable": true, - "logging": false - }, - "coreMiddleware": [ - "cors", - "meta", - "siteFile", - "notfound", - "static", - "bodyParser", - "overrideMethod", - "session", - "securities", - "i18n", - "eggLoaderTrace" - ], - "workerStartTimeout": 600000, - "serverTimeout": null, - "cluster": { - "listen": { - "path": "", - "port": 7001, - "hostname": "" - } - }, - "clusterClient": { - "maxWaitTime": 60000, - "responseTimeout": 60000 - }, - "onClientError": null, - "pluginOverwrite": false, - "container": { - "ignore": [ - "**/node_modules/**", - "**/logs/**", - "**/run/**", - "**/public/**", - "**/view/**", - "**/views/**", - "**/config/**", - "**/app/extend/**" - ], - "baseDir": "E:\\self\\2020\\project\\game-node-center\\src" - }, - "alinode": { - "logdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp", - "error_log": [ - "E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center\\common-error.log", - "E:\\self\\2020\\project\\game-node-center\\logs\\stderr.log" - ], - "packages": [ - "E:\\self\\2020\\project\\game-node-center\\package.json" - ] - }, - "sourceUrl": "", - "elkLogger": { - "match": "", - "enable": true - }, - "middleware": [ - "jwt", - "elkLogger", - "notFound" - ], - "apiDomain": { - "loanDomain": "*" - }, - "coreMiddlewares": "~config~coreMiddleware", - "appMiddlewares": "~config~middleware", - "appMiddleware": "~config~middleware", - "multipartParseOptions": { - "autoFields": false, - "defCharset": "utf8", - "limits": { - "fieldNameSize": 100, - "fieldSize": 102400, - "fields": 10, - "fileSize": 10485760, - "files": 10 - }, - "checkFile": "" - } - }, - "plugins": { - "session": { - "enable": true, - "package": "egg-session", - "name": "session", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session", - "version": "3.1.0" - }, - "security": { - "enable": true, - "package": "egg-security", - "name": "security", - "dependencies": [], - "optionalDependencies": [ - "session" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security", - "version": "2.7.1" - }, - "jsonp": { - "enable": true, - "package": "egg-jsonp", - "name": "jsonp", - "dependencies": [], - "optionalDependencies": [ - "security" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp", - "version": "2.0.0" - }, - "onerror": { - "enable": true, - "package": "egg-onerror", - "name": "onerror", - "dependencies": [], - "optionalDependencies": [ - "jsonp" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror", - "version": "2.1.0" - }, - "i18n": { - "enable": true, - "package": "egg-i18n", - "name": "i18n", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n", - "version": "2.1.1" - }, - "watcher": { - "enable": true, - "package": "egg-watcher", - "name": "watcher", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher", - "version": "3.1.0" - }, - "schedule": { - "enable": true, - "package": "egg-schedule", - "name": "schedule", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule", - "version": "3.6.4" - }, - "multipart": { - "enable": true, - "package": "egg-multipart", - "name": "multipart", - "dependencies": [], - "optionalDependencies": [ - "schedule" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart", - "version": "2.10.1" - }, - "development": { - "enable": true, - "package": "egg-development", - "name": "development", - "dependencies": [ - "watcher" - ], - "optionalDependencies": [], - "env": [ - "local" - ], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development", - "version": "2.4.3" - }, - "logrotator": { - "enable": true, - "package": "egg-logrotator", - "name": "logrotator", - "dependencies": [ - "schedule" - ], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator", - "version": "3.1.0" - }, - "static": { - "enable": true, - "package": "egg-static", - "name": "static", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static", - "version": "2.2.0" - }, - "view": { - "enable": true, - "package": "egg-view", - "name": "view", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view", - "version": "2.1.2" - }, - "schedulePlus": { - "enable": true, - "package": "midway-schedule", - "name": "schedulePlus", - "dependencies": [], - "optionalDependencies": [ - "schedule" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\plugin.js", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-schedule", - "version": "1.15.1" - }, - "cors": { - "enable": true, - "package": "egg-cors", - "name": "cors", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-cors", - "version": "2.2.3" - }, - "redis": { - "enable": true, - "package": "egg-redis", - "name": "redis", - "dependencies": [], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis", - "version": "2.4.0" - }, - "io": { - "enable": true, - "package": "egg-socket.io", - "name": "io", - "dependencies": [ - "session" - ], - "optionalDependencies": [], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io", - "version": "4.1.6" - }, - "jwt": { - "enable": true, - "package": "egg-jwt", - "name": "jwt", - "dependencies": [], - "optionalDependencies": [ - "onerror" - ], - "env": [], - "from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts", - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jwt", - "version": "3.1.7" - } - } -} \ No newline at end of file diff --git a/run/application_config_meta.json b/run/application_config_meta.json deleted file mode 100644 index d4b1e04..0000000 --- a/run/application_config_meta.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "sourceUrl": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "elkLogger": { - "match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "keys": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "middleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "security": { - "csrf": { - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "ignoreJSON": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.local.js", - "useSession": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "cookieName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "sessionName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "headerName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "bodyName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "queryName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "refererWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "methodnoallow": { - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "domainWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "protocolWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "defaultMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "xframe": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "hsts": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.local.js", - "maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "includeSubdomains": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "dta": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "noopen": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "nosniff": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "referrerPolicy": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "xssProtection": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "csp": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "policy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "ssrf": { - "ipBlackList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js", - "checkAddress": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - } - }, - "cors": { - "allowMethods": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "credentials": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "origin": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "logger": { - "outputJSON": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "appLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "coreLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "agentLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "errorLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "level": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "disableConsoleAfterReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "coreLogger": { - "consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.local.js" - }, - "allowDebugAtProd": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "apiDomain": { - "loanDomain": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "jwt": { - "secret": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "io": { - "namespace": { - "/socket": { - "connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "/": { - "connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js", - "packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js" - } - }, - "redis": { - "host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "init": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js" - }, - "redis": { - "client": { - "port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "password": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts", - "db": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts" - }, - "default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js", - "app": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js", - "agent": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js", - "supportTimeCommand": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js" - }, - "development": { - "watchDirs": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts", - "overrideDefault": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts", - "ignoreDirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js", - "fastReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js", - "reloadOnDebug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js" - }, - "session": { - "maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js", - "key": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js", - "httpOnly": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js", - "encrypt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js" - }, - "helper": { - "shtml": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js" - }, - "jsonp": { - "limit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js", - "callback": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js", - "csrf": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js" - }, - "onerror": { - "errorPageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js", - "appErrorFilter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js", - "templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js" - }, - "i18n": { - "defaultLocale": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "dirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "queryField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "cookieField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "cookieDomain": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js", - "cookieMaxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js" - }, - "watcher": { - "type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.local.js", - "eventSources": { - "default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js", - "development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js" - } - }, - "customLogger": { - "scheduleLogger": { - "consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js", - "file": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js" - } - }, - "schedule": { - "directory": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js" - }, - "multipart": { - "mode": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "autoFields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "defaultCharset": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fieldNameSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fieldSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "files": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "fileExtensions": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "whitelist": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "tmpdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js", - "cleanSchedule": { - "cron": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js" - } - }, - "logrotator": { - "filesRotateByHour": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "hourDelimiter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "filesRotateBySize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "maxFileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "rotateDuration": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js", - "maxDays": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js" - }, - "static": { - "prefix": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "dynamic": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "preload": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js", - "maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js" - }, - "view": { - "root": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js", - "cache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.local.js", - "defaultExtension": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js", - "defaultViewEngine": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js", - "mapping": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js" - }, - "env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cookies": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "proxy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxIpsCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxProxyCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "protocolHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "ipHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "hostHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "pkg": { - "name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "description": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "private": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dependencies": { - "@types/socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-cors": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-jwt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-redis": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-scripts": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "midway": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "devDependencies": { - "@types/mocha": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "@types/node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cross-env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "egg-ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "midway-bin": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "midway-mock": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "ts-node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "tslib": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "tslint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "tslint-config-egg": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "typescript": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "engines": { - "node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "scripts": { - "start": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "stop": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "start_build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dev": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "debug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "test": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cov": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "lint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "ci": { - "version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "midway-bin-clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "repository": { - "type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "url": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "author": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "license": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "baseDir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "HOME": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "rundir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "dump": { - "ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "confusedConfigurations": { - "bodyparser": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "notFound": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "sitefile": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "middlewares": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "httpClient": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "notfound": { - "pageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "siteFile": { - "/favicon.ico": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "bodyParser": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "formLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "jsonLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "textLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "strict": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "queryString": { - "arrayLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "depth": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "parameterLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "onerror": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "httpclient": { - "enableDNSCache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dnsCacheLookupInterval": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "dnsCacheMaxLength": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "request": { - "timeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "httpAgent": { - "keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "httpsAgent": { - "keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - } - }, - "meta": { - "enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "logging": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "coreMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "workerStartTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "serverTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "cluster": { - "listen": { - "path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "port": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "hostname": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - } - }, - "clusterClient": { - "maxWaitTime": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "responseTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js" - }, - "onClientError": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js", - "pluginOverwrite": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "container": { - "ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js" - }, - "alinode": { - "logdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "error_log": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js", - "packages": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js" - } -} \ No newline at end of file diff --git a/run/application_dependency_10236 b/run/application_dependency_10236 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_10236 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_10380 b/run/application_dependency_10380 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_10380 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_1080 b/run/application_dependency_1080 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_1080 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_10964 b/run/application_dependency_10964 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_10964 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_10988 b/run/application_dependency_10988 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_10988 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_112 b/run/application_dependency_112 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_112 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_11392 b/run/application_dependency_11392 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_11392 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_12068 b/run/application_dependency_12068 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_12068 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_12484 b/run/application_dependency_12484 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_12484 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_12628 b/run/application_dependency_12628 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_12628 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_12868 b/run/application_dependency_12868 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_12868 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_13060 b/run/application_dependency_13060 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_13060 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_13092 b/run/application_dependency_13092 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_13092 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_13128 b/run/application_dependency_13128 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_13128 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_13424 b/run/application_dependency_13424 deleted file mode 100644 index e45b8e3..0000000 --- a/run/application_dependency_13424 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_1356 b/run/application_dependency_1356 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_1356 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_13756 b/run/application_dependency_13756 deleted file mode 100644 index 9c4cbc2..0000000 --- a/run/application_dependency_13756 +++ /dev/null @@ -1,18 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "nspController" [ label = "nspController(NspController) -scope:Request", fontsize = 10 ]; - "app"; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "app" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_13852 b/run/application_dependency_13852 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_13852 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14068 b/run/application_dependency_14068 deleted file mode 100644 index 918a681..0000000 --- a/run/application_dependency_14068 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14344 b/run/application_dependency_14344 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_14344 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14392 b/run/application_dependency_14392 deleted file mode 100644 index 918a681..0000000 --- a/run/application_dependency_14392 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14452 b/run/application_dependency_14452 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_14452 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14652 b/run/application_dependency_14652 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_14652 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14840 b/run/application_dependency_14840 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_14840 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14876 b/run/application_dependency_14876 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_14876 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_14992 b/run/application_dependency_14992 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_14992 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_15012 b/run/application_dependency_15012 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_15012 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_15420 b/run/application_dependency_15420 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_15420 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_15436 b/run/application_dependency_15436 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_15436 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_15916 b/run/application_dependency_15916 deleted file mode 100644 index 2f3e9ec..0000000 --- a/run/application_dependency_15916 +++ /dev/null @@ -1,2 +0,0 @@ -digraph G { -} diff --git a/run/application_dependency_16208 b/run/application_dependency_16208 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_16208 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_16252 b/run/application_dependency_16252 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_16252 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_16560 b/run/application_dependency_16560 deleted file mode 100644 index e45b8e3..0000000 --- a/run/application_dependency_16560 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_16672 b/run/application_dependency_16672 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_16672 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_16924 b/run/application_dependency_16924 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_16924 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_16960 b/run/application_dependency_16960 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_16960 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_16996 b/run/application_dependency_16996 deleted file mode 100644 index e45b8e3..0000000 --- a/run/application_dependency_16996 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17044 b/run/application_dependency_17044 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_17044 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17080 b/run/application_dependency_17080 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_17080 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17220 b/run/application_dependency_17220 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_17220 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17424 b/run/application_dependency_17424 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_17424 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17692 b/run/application_dependency_17692 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_17692 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17740 b/run/application_dependency_17740 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_17740 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17828 b/run/application_dependency_17828 deleted file mode 100644 index dd3879d..0000000 --- a/run/application_dependency_17828 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_17860 b/run/application_dependency_17860 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_17860 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18424 b/run/application_dependency_18424 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_18424 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18500 b/run/application_dependency_18500 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_18500 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18756 b/run/application_dependency_18756 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_18756 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18788 b/run/application_dependency_18788 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_18788 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18800 b/run/application_dependency_18800 deleted file mode 100644 index 918a681..0000000 --- a/run/application_dependency_18800 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18840 b/run/application_dependency_18840 deleted file mode 100644 index 9c4cbc2..0000000 --- a/run/application_dependency_18840 +++ /dev/null @@ -1,18 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "nspController" [ label = "nspController(NspController) -scope:Request", fontsize = 10 ]; - "app"; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "app" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_18948 b/run/application_dependency_18948 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_18948 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_19104 b/run/application_dependency_19104 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_19104 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_19256 b/run/application_dependency_19256 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_19256 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_19660 b/run/application_dependency_19660 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_19660 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_20080 b/run/application_dependency_20080 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_20080 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_20424 b/run/application_dependency_20424 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_20424 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_20820 b/run/application_dependency_20820 deleted file mode 100644 index 4517198..0000000 --- a/run/application_dependency_20820 +++ /dev/null @@ -1,9 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_20828 b/run/application_dependency_20828 deleted file mode 100644 index 9c4cbc2..0000000 --- a/run/application_dependency_20828 +++ /dev/null @@ -1,18 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "nspController" [ label = "nspController(NspController) -scope:Request", fontsize = 10 ]; - "app"; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "app" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21028 b/run/application_dependency_21028 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_21028 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21032 b/run/application_dependency_21032 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_21032 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21096 b/run/application_dependency_21096 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_21096 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21572 b/run/application_dependency_21572 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_21572 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21780 b/run/application_dependency_21780 deleted file mode 100644 index e45b8e3..0000000 --- a/run/application_dependency_21780 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21804 b/run/application_dependency_21804 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_21804 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_21844 b/run/application_dependency_21844 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_21844 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_22008 b/run/application_dependency_22008 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_22008 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_22060 b/run/application_dependency_22060 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_22060 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_22096 b/run/application_dependency_22096 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_22096 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_22264 b/run/application_dependency_22264 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_22264 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_22340 b/run/application_dependency_22340 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_22340 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_23104 b/run/application_dependency_23104 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_23104 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_23152 b/run/application_dependency_23152 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_23152 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_23420 b/run/application_dependency_23420 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_23420 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_23884 b/run/application_dependency_23884 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_23884 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_24012 b/run/application_dependency_24012 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_24012 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_24028 b/run/application_dependency_24028 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_24028 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_24068 b/run/application_dependency_24068 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_24068 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_24152 b/run/application_dependency_24152 deleted file mode 100644 index 9c4cbc2..0000000 --- a/run/application_dependency_24152 +++ /dev/null @@ -1,18 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "nspController" [ label = "nspController(NspController) -scope:Request", fontsize = 10 ]; - "app"; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "app" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_24436 b/run/application_dependency_24436 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_24436 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_25060 b/run/application_dependency_25060 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_25060 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_25116 b/run/application_dependency_25116 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_25116 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_25200 b/run/application_dependency_25200 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_25200 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_25372 b/run/application_dependency_25372 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_25372 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_25548 b/run/application_dependency_25548 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_25548 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_25708 b/run/application_dependency_25708 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_25708 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26148 b/run/application_dependency_26148 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26148 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26204 b/run/application_dependency_26204 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26204 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26280 b/run/application_dependency_26280 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26280 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26456 b/run/application_dependency_26456 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26456 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26544 b/run/application_dependency_26544 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26544 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26656 b/run/application_dependency_26656 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26656 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_26960 b/run/application_dependency_26960 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_26960 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27032 b/run/application_dependency_27032 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_27032 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27300 b/run/application_dependency_27300 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_27300 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27400 b/run/application_dependency_27400 deleted file mode 100644 index e45b8e3..0000000 --- a/run/application_dependency_27400 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27468 b/run/application_dependency_27468 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_27468 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27564 b/run/application_dependency_27564 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_27564 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27684 b/run/application_dependency_27684 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_27684 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27688 b/run/application_dependency_27688 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_27688 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27848 b/run/application_dependency_27848 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_27848 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_27852 b/run/application_dependency_27852 deleted file mode 100644 index 9c4cbc2..0000000 --- a/run/application_dependency_27852 +++ /dev/null @@ -1,18 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "nspController" [ label = "nspController(NspController) -scope:Request", fontsize = 10 ]; - "app"; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "ctx" [ label = "properties", fontsize = 8 ]; - "nspController" -> "app" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_2800 b/run/application_dependency_2800 deleted file mode 100644 index dd3879d..0000000 --- a/run/application_dependency_2800 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28176 b/run/application_dependency_28176 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28176 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28228 b/run/application_dependency_28228 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28228 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28268 b/run/application_dependency_28268 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28268 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28340 b/run/application_dependency_28340 deleted file mode 100644 index 918a681..0000000 --- a/run/application_dependency_28340 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28440 b/run/application_dependency_28440 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28440 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28464 b/run/application_dependency_28464 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28464 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28652 b/run/application_dependency_28652 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28652 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28832 b/run/application_dependency_28832 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28832 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28868 b/run/application_dependency_28868 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28868 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28888 b/run/application_dependency_28888 deleted file mode 100644 index e45b8e3..0000000 --- a/run/application_dependency_28888 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "userController" [ label = "userController(UserController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "userController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_28892 b/run/application_dependency_28892 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_28892 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_29144 b/run/application_dependency_29144 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_29144 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_29220 b/run/application_dependency_29220 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_29220 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_29256 b/run/application_dependency_29256 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_29256 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_29348 b/run/application_dependency_29348 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_29348 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_29424 b/run/application_dependency_29424 deleted file mode 100644 index 918a681..0000000 --- a/run/application_dependency_29424 +++ /dev/null @@ -1,12 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_29652 b/run/application_dependency_29652 deleted file mode 100644 index 2f3957f..0000000 --- a/run/application_dependency_29652 +++ /dev/null @@ -1,14 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "app"; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "app" [ label = "properties", fontsize = 8 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_3140 b/run/application_dependency_3140 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_3140 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_3800 b/run/application_dependency_3800 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_3800 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_424 b/run/application_dependency_424 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_424 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_4244 b/run/application_dependency_4244 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_4244 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_4364 b/run/application_dependency_4364 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_4364 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_5716 b/run/application_dependency_5716 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_5716 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7380 b/run/application_dependency_7380 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_7380 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7400 b/run/application_dependency_7400 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_7400 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7412 b/run/application_dependency_7412 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_7412 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7472 b/run/application_dependency_7472 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_7472 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7528 b/run/application_dependency_7528 deleted file mode 100644 index 2f3957f..0000000 --- a/run/application_dependency_7528 +++ /dev/null @@ -1,14 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "app"; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "authMiddleware" [ label = "authMiddleware(authMiddleware) -scope:Request", fontsize = 10 ]; - "AccountService" -> "app" [ label = "properties", fontsize = 8 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7768 b/run/application_dependency_7768 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_7768 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7856 b/run/application_dependency_7856 deleted file mode 100644 index dd3879d..0000000 --- a/run/application_dependency_7856 +++ /dev/null @@ -1,15 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "authorization" [ label = "authorization(Authorization) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_7916 b/run/application_dependency_7916 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_7916 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_8424 b/run/application_dependency_8424 deleted file mode 100644 index 4517198..0000000 --- a/run/application_dependency_8424 +++ /dev/null @@ -1,9 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_9176 b/run/application_dependency_9176 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_9176 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_9524 b/run/application_dependency_9524 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_9524 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_9556 b/run/application_dependency_9556 deleted file mode 100644 index 7305d6d..0000000 --- a/run/application_dependency_9556 +++ /dev/null @@ -1,10 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_9576 b/run/application_dependency_9576 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_9576 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_9696 b/run/application_dependency_9696 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_9696 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_dependency_9740 b/run/application_dependency_9740 deleted file mode 100644 index ec34178..0000000 --- a/run/application_dependency_9740 +++ /dev/null @@ -1,13 +0,0 @@ -digraph G { - "AccountService" [ label = "AccountService(AccountService) -scope:Request", fontsize = 10 ]; - "ctx"; - "account" [ label = "account(Account) -scope:Request", fontsize = 10 ]; - "ocrAuthController" [ label = "ocrAuthController(OcrAuthController) -scope:Request", fontsize = 10 ]; - "AccountService" -> "ctx" [ label = "properties", fontsize = 8 ]; - "account" -> "AccountService" [ label = "properties", fontsize = 8 ]; - "account" -> "ctx" [ label = "properties", fontsize = 8 ]; - "ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ]; -} diff --git a/run/application_timing_13424.json b/run/application_timing_13424.json deleted file mode 100644 index 04b229c..0000000 --- a/run/application_timing_13424.json +++ /dev/null @@ -1,706 +0,0 @@ -[ - { - "name": "Application Start", - "start": 1585300354213, - "end": 1585300360273, - "duration": 6060, - "pid": 13424, - "index": 0 - }, - { - "name": "Load Plugin", - "start": 1585300354227, - "end": 1585300354354, - "duration": 127, - "pid": 13424, - "index": 1 - }, - { - "name": "Load Config", - "start": 1585300354354, - "end": 1585300354483, - "duration": 129, - "pid": 13424, - "index": 2 - }, - { - "name": "Require(0) config/config.default.ts", - "start": 1585300354356, - "end": 1585300354376, - "duration": 20, - "pid": 13424, - "index": 3 - }, - { - "name": "Require(1) config/config.local.ts", - "start": 1585300354378, - "end": 1585300354384, - "duration": 6, - "pid": 13424, - "index": 4 - }, - { - "name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js", - "start": 1585300354385, - "end": 1585300354386, - "duration": 1, - "pid": 13424, - "index": 5 - }, - { - "name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js", - "start": 1585300354387, - "end": 1585300354402, - "duration": 15, - "pid": 13424, - "index": 6 - }, - { - "name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js", - "start": 1585300354405, - "end": 1585300354406, - "duration": 1, - "pid": 13424, - "index": 7 - }, - { - "name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js", - "start": 1585300354407, - "end": 1585300354408, - "duration": 1, - "pid": 13424, - "index": 8 - }, - { - "name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js", - "start": 1585300354409, - "end": 1585300354410, - "duration": 1, - "pid": 13424, - "index": 9 - }, - { - "name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js", - "start": 1585300354411, - "end": 1585300354412, - "duration": 1, - "pid": 13424, - "index": 10 - }, - { - "name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js", - "start": 1585300354413, - "end": 1585300354413, - "duration": 0, - "pid": 13424, - "index": 11 - }, - { - "name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js", - "start": 1585300354414, - "end": 1585300354418, - "duration": 4, - "pid": 13424, - "index": 12 - }, - { - "name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js", - "start": 1585300354419, - "end": 1585300354421, - "duration": 2, - "pid": 13424, - "index": 13 - }, - { - "name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js", - "start": 1585300354422, - "end": 1585300354426, - "duration": 4, - "pid": 13424, - "index": 14 - }, - { - "name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js", - "start": 1585300354427, - "end": 1585300354429, - "duration": 2, - "pid": 13424, - "index": 15 - }, - { - "name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js", - "start": 1585300354430, - "end": 1585300354432, - "duration": 2, - "pid": 13424, - "index": 16 - }, - { - "name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js", - "start": 1585300354435, - "end": 1585300354436, - "duration": 1, - "pid": 13424, - "index": 17 - }, - { - "name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js", - "start": 1585300354437, - "end": 1585300354445, - "duration": 8, - "pid": 13424, - "index": 18 - }, - { - "name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js", - "start": 1585300354446, - "end": 1585300354450, - "duration": 4, - "pid": 13424, - "index": 19 - }, - { - "name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js", - "start": 1585300354451, - "end": 1585300354452, - "duration": 1, - "pid": 13424, - "index": 20 - }, - { - "name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js", - "start": 1585300354453, - "end": 1585300354454, - "duration": 1, - "pid": 13424, - "index": 21 - }, - { - "name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js", - "start": 1585300354457, - "end": 1585300354462, - "duration": 5, - "pid": 13424, - "index": 22 - }, - { - "name": "Require(20) config/config.default.ts", - "start": 1585300354463, - "end": 1585300354463, - "duration": 0, - "pid": 13424, - "index": 23 - }, - { - "name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js", - "start": 1585300354466, - "end": 1585300354466, - "duration": 0, - "pid": 13424, - "index": 24 - }, - { - "name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js", - "start": 1585300354470, - "end": 1585300354470, - "duration": 0, - "pid": 13424, - "index": 25 - }, - { - "name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js", - "start": 1585300354475, - "end": 1585300354475, - "duration": 0, - "pid": 13424, - "index": 26 - }, - { - "name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js", - "start": 1585300354480, - "end": 1585300354481, - "duration": 1, - "pid": 13424, - "index": 27 - }, - { - "name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js", - "start": 1585300354482, - "end": 1585300354482, - "duration": 0, - "pid": 13424, - "index": 28 - }, - { - "name": "Require(26) config/config.local.ts", - "start": 1585300354483, - "end": 1585300354483, - "duration": 0, - "pid": 13424, - "index": 29 - }, - { - "name": "Load extend/application.js", - "start": 1585300354484, - "end": 1585300354950, - "duration": 466, - "pid": 13424, - "index": 30 - }, - { - "name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-session/app/extend/application.js", - "start": 1585300354486, - "end": 1585300354488, - "duration": 2, - "pid": 13424, - "index": 31 - }, - { - "name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/application.js", - "start": 1585300354489, - "end": 1585300354492, - "duration": 3, - "pid": 13424, - "index": 32 - }, - { - "name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/application.js", - "start": 1585300354494, - "end": 1585300354497, - "duration": 3, - "pid": 13424, - "index": 33 - }, - { - "name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/application.js", - "start": 1585300354503, - "end": 1585300354507, - "duration": 4, - "pid": 13424, - "index": 34 - }, - { - "name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/application.js", - "start": 1585300354509, - "end": 1585300354513, - "duration": 4, - "pid": 13424, - "index": 35 - }, - { - "name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app/extend/application.js", - "start": 1585300354516, - "end": 1585300354655, - "duration": 139, - "pid": 13424, - "index": 36 - }, - { - "name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app/extend/application.js", - "start": 1585300354656, - "end": 1585300354933, - "duration": 277, - "pid": 13424, - "index": 37 - }, - { - "name": "Load extend/request.js", - "start": 1585300354950, - "end": 1585300355004, - "duration": 54, - "pid": 13424, - "index": 38 - }, - { - "name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/request.js", - "start": 1585300354964, - "end": 1585300354988, - "duration": 24, - "pid": 13424, - "index": 39 - }, - { - "name": "Load extend/response.js", - "start": 1585300355004, - "end": 1585300355038, - "duration": 34, - "pid": 13424, - "index": 40 - }, - { - "name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/response.js", - "start": 1585300355018, - "end": 1585300355022, - "duration": 4, - "pid": 13424, - "index": 41 - }, - { - "name": "Load extend/context.js", - "start": 1585300355038, - "end": 1585300355695, - "duration": 657, - "pid": 13424, - "index": 42 - }, - { - "name": "Require(36) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js", - "start": 1585300355040, - "end": 1585300355136, - "duration": 96, - "pid": 13424, - "index": 43 - }, - { - "name": "Require(37) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js", - "start": 1585300355138, - "end": 1585300355149, - "duration": 11, - "pid": 13424, - "index": 44 - }, - { - "name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js", - "start": 1585300355151, - "end": 1585300355152, - "duration": 1, - "pid": 13424, - "index": 45 - }, - { - "name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js", - "start": 1585300355156, - "end": 1585300355616, - "duration": 460, - "pid": 13424, - "index": 46 - }, - { - "name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js", - "start": 1585300355619, - "end": 1585300355622, - "duration": 3, - "pid": 13424, - "index": 47 - }, - { - "name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js", - "start": 1585300355627, - "end": 1585300355646, - "duration": 19, - "pid": 13424, - "index": 48 - }, - { - "name": "Require(42) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js", - "start": 1585300355652, - "end": 1585300355653, - "duration": 1, - "pid": 13424, - "index": 49 - }, - { - "name": "Require(43) app/extend/context.ts", - "start": 1585300355655, - "end": 1585300355681, - "duration": 26, - "pid": 13424, - "index": 50 - }, - { - "name": "Load extend/helper.js", - "start": 1585300355695, - "end": 1585300355831, - "duration": 136, - "pid": 13424, - "index": 51 - }, - { - "name": "Require(44) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/helper.js", - "start": 1585300355696, - "end": 1585300355787, - "duration": 91, - "pid": 13424, - "index": 52 - }, - { - "name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/helper.js", - "start": 1585300355797, - "end": 1585300355798, - "duration": 1, - "pid": 13424, - "index": 53 - }, - { - "name": "Require(46) app/extend/helper.ts", - "start": 1585300355801, - "end": 1585300355818, - "duration": 17, - "pid": 13424, - "index": 54 - }, - { - "name": "Load app.js", - "start": 1585300359198, - "end": 1585300359638, - "duration": 440, - "pid": 13424, - "index": 55 - }, - { - "name": "Require(47) E:/self/2020/project/game-node-center/node_modules/egg-session/app.js", - "start": 1585300359199, - "end": 1585300359199, - "duration": 0, - "pid": 13424, - "index": 56 - }, - { - "name": "Require(48) E:/self/2020/project/game-node-center/node_modules/egg-security/app.js", - "start": 1585300359200, - "end": 1585300359224, - "duration": 24, - "pid": 13424, - "index": 57 - }, - { - "name": "Require(49) E:/self/2020/project/game-node-center/node_modules/egg-onerror/app.js", - "start": 1585300359230, - "end": 1585300359310, - "duration": 80, - "pid": 13424, - "index": 58 - }, - { - "name": "Require(50) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app.js", - "start": 1585300359311, - "end": 1585300359431, - "duration": 120, - "pid": 13424, - "index": 59 - }, - { - "name": "Require(51) E:/self/2020/project/game-node-center/node_modules/egg-watcher/app.js", - "start": 1585300359433, - "end": 1585300359442, - "duration": 9, - "pid": 13424, - "index": 60 - }, - { - "name": "Require(52) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app.js", - "start": 1585300359445, - "end": 1585300359449, - "duration": 4, - "pid": 13424, - "index": 61 - }, - { - "name": "Require(53) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app.js", - "start": 1585300359450, - "end": 1585300359465, - "duration": 15, - "pid": 13424, - "index": 62 - }, - { - "name": "Require(54) E:/self/2020/project/game-node-center/node_modules/egg-development/app.js", - "start": 1585300359465, - "end": 1585300359466, - "duration": 1, - "pid": 13424, - "index": 63 - }, - { - "name": "Require(55) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app.js", - "start": 1585300359467, - "end": 1585300359467, - "duration": 0, - "pid": 13424, - "index": 64 - }, - { - "name": "Require(56) E:/self/2020/project/game-node-center/node_modules/egg-static/app.js", - "start": 1585300359468, - "end": 1585300359468, - "duration": 0, - "pid": 13424, - "index": 65 - }, - { - "name": "Require(57) E:/self/2020/project/game-node-center/node_modules/midway-schedule/app.js", - "start": 1585300359471, - "end": 1585300359481, - "duration": 10, - "pid": 13424, - "index": 66 - }, - { - "name": "Require(58) E:/self/2020/project/game-node-center/node_modules/egg-cors/app.js", - "start": 1585300359482, - "end": 1585300359489, - "duration": 7, - "pid": 13424, - "index": 67 - }, - { - "name": "Require(59) E:/self/2020/project/game-node-center/node_modules/egg-redis/app.js", - "start": 1585300359490, - "end": 1585300359497, - "duration": 7, - "pid": 13424, - "index": 68 - }, - { - "name": "Require(60) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app.js", - "start": 1585300359497, - "end": 1585300359634, - "duration": 137, - "pid": 13424, - "index": 69 - }, - { - "name": "Require(61) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app.js", - "start": 1585300359635, - "end": 1585300359635, - "duration": 0, - "pid": 13424, - "index": 70 - }, - { - "name": "Require(62) app.ts", - "start": 1585300359638, - "end": 1585300359638, - "duration": 0, - "pid": 13424, - "index": 71 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14", - "start": 1585300359648, - "end": 1585300360272, - "duration": 624, - "pid": 13424, - "index": 72 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-redis/lib/redis.js:53:7", - "start": 1585300359836, - "end": 1585300360266, - "duration": 430, - "pid": 13424, - "index": 73 - }, - { - "name": "Load Controller", - "start": 1585300359861, - "end": 1585300360199, - "duration": 338, - "pid": 13424, - "index": 74 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585300359861, - "end": 1585300360199, - "duration": 338, - "pid": 13424, - "index": 75 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-socket.io/lib/io.js:26:7", - "start": 1585300359871, - "end": 1585300360256, - "duration": 385, - "pid": 13424, - "index": 76 - }, - { - "name": "Before Start in app.ts:6:9", - "start": 1585300359874, - "end": 1585300360256, - "duration": 382, - "pid": 13424, - "index": 77 - }, - { - "name": "Load Service", - "start": 1585300359875, - "end": 1585300359886, - "duration": 11, - "pid": 13424, - "index": 78 - }, - { - "name": "Load \"service\" to Context", - "start": 1585300359876, - "end": 1585300359886, - "duration": 10, - "pid": 13424, - "index": 79 - }, - { - "name": "Load Middleware", - "start": 1585300359886, - "end": 1585300360199, - "duration": 313, - "pid": 13424, - "index": 80 - }, - { - "name": "Load \"middlewares\" to Application", - "start": 1585300359886, - "end": 1585300360184, - "duration": 298, - "pid": 13424, - "index": 81 - }, - { - "name": "Load Controller", - "start": 1585300360199, - "end": 1585300360202, - "duration": 3, - "pid": 13424, - "index": 82 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585300360199, - "end": 1585300360202, - "duration": 3, - "pid": 13424, - "index": 83 - }, - { - "name": "Load Router", - "start": 1585300360202, - "end": 1585300360203, - "duration": 1, - "pid": 13424, - "index": 84 - }, - { - "name": "Require(63) app/router.ts", - "start": 1585300360202, - "end": 1585300360202, - "duration": 0, - "pid": 13424, - "index": 85 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:28:18", - "start": 1585300360203, - "end": 1585300360258, - "duration": 55, - "pid": 13424, - "index": 86 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-core/lib/egg.js:303:10", - "start": 1585300360209, - "end": 1585300360256, - "duration": 47, - "pid": 13424, - "index": 87 - } -] \ No newline at end of file diff --git a/run/application_timing_16560.json b/run/application_timing_16560.json deleted file mode 100644 index 4a880fd..0000000 --- a/run/application_timing_16560.json +++ /dev/null @@ -1,706 +0,0 @@ -[ - { - "name": "Application Start", - "start": 1585289116775, - "end": 1585289120446, - "duration": 3671, - "pid": 16560, - "index": 0 - }, - { - "name": "Load Plugin", - "start": 1585289116783, - "end": 1585289116835, - "duration": 52, - "pid": 16560, - "index": 1 - }, - { - "name": "Load Config", - "start": 1585289116835, - "end": 1585289116907, - "duration": 72, - "pid": 16560, - "index": 2 - }, - { - "name": "Require(0) config/config.default.ts", - "start": 1585289116836, - "end": 1585289116837, - "duration": 1, - "pid": 16560, - "index": 3 - }, - { - "name": "Require(1) config/config.local.ts", - "start": 1585289116841, - "end": 1585289116844, - "duration": 3, - "pid": 16560, - "index": 4 - }, - { - "name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js", - "start": 1585289116845, - "end": 1585289116847, - "duration": 2, - "pid": 16560, - "index": 5 - }, - { - "name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js", - "start": 1585289116847, - "end": 1585289116848, - "duration": 1, - "pid": 16560, - "index": 6 - }, - { - "name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js", - "start": 1585289116850, - "end": 1585289116851, - "duration": 1, - "pid": 16560, - "index": 7 - }, - { - "name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js", - "start": 1585289116853, - "end": 1585289116854, - "duration": 1, - "pid": 16560, - "index": 8 - }, - { - "name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js", - "start": 1585289116855, - "end": 1585289116856, - "duration": 1, - "pid": 16560, - "index": 9 - }, - { - "name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js", - "start": 1585289116858, - "end": 1585289116860, - "duration": 2, - "pid": 16560, - "index": 10 - }, - { - "name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js", - "start": 1585289116862, - "end": 1585289116863, - "duration": 1, - "pid": 16560, - "index": 11 - }, - { - "name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js", - "start": 1585289116865, - "end": 1585289116866, - "duration": 1, - "pid": 16560, - "index": 12 - }, - { - "name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js", - "start": 1585289116867, - "end": 1585289116869, - "duration": 2, - "pid": 16560, - "index": 13 - }, - { - "name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js", - "start": 1585289116870, - "end": 1585289116871, - "duration": 1, - "pid": 16560, - "index": 14 - }, - { - "name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js", - "start": 1585289116871, - "end": 1585289116873, - "duration": 2, - "pid": 16560, - "index": 15 - }, - { - "name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js", - "start": 1585289116874, - "end": 1585289116875, - "duration": 1, - "pid": 16560, - "index": 16 - }, - { - "name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js", - "start": 1585289116877, - "end": 1585289116878, - "duration": 1, - "pid": 16560, - "index": 17 - }, - { - "name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js", - "start": 1585289116879, - "end": 1585289116880, - "duration": 1, - "pid": 16560, - "index": 18 - }, - { - "name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js", - "start": 1585289116881, - "end": 1585289116882, - "duration": 1, - "pid": 16560, - "index": 19 - }, - { - "name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js", - "start": 1585289116883, - "end": 1585289116884, - "duration": 1, - "pid": 16560, - "index": 20 - }, - { - "name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js", - "start": 1585289116884, - "end": 1585289116885, - "duration": 1, - "pid": 16560, - "index": 21 - }, - { - "name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js", - "start": 1585289116887, - "end": 1585289116889, - "duration": 2, - "pid": 16560, - "index": 22 - }, - { - "name": "Require(20) config/config.default.ts", - "start": 1585289116890, - "end": 1585289116890, - "duration": 0, - "pid": 16560, - "index": 23 - }, - { - "name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js", - "start": 1585289116891, - "end": 1585289116892, - "duration": 1, - "pid": 16560, - "index": 24 - }, - { - "name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js", - "start": 1585289116896, - "end": 1585289116897, - "duration": 1, - "pid": 16560, - "index": 25 - }, - { - "name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js", - "start": 1585289116900, - "end": 1585289116901, - "duration": 1, - "pid": 16560, - "index": 26 - }, - { - "name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js", - "start": 1585289116905, - "end": 1585289116906, - "duration": 1, - "pid": 16560, - "index": 27 - }, - { - "name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js", - "start": 1585289116906, - "end": 1585289116907, - "duration": 1, - "pid": 16560, - "index": 28 - }, - { - "name": "Require(26) config/config.local.ts", - "start": 1585289116907, - "end": 1585289116907, - "duration": 0, - "pid": 16560, - "index": 29 - }, - { - "name": "Load extend/application.js", - "start": 1585289116908, - "end": 1585289117122, - "duration": 214, - "pid": 16560, - "index": 30 - }, - { - "name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-session/app/extend/application.js", - "start": 1585289116909, - "end": 1585289116910, - "duration": 1, - "pid": 16560, - "index": 31 - }, - { - "name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/application.js", - "start": 1585289116911, - "end": 1585289116914, - "duration": 3, - "pid": 16560, - "index": 32 - }, - { - "name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/application.js", - "start": 1585289116915, - "end": 1585289116917, - "duration": 2, - "pid": 16560, - "index": 33 - }, - { - "name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/application.js", - "start": 1585289116922, - "end": 1585289116926, - "duration": 4, - "pid": 16560, - "index": 34 - }, - { - "name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/application.js", - "start": 1585289116928, - "end": 1585289116932, - "duration": 4, - "pid": 16560, - "index": 35 - }, - { - "name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app/extend/application.js", - "start": 1585289116938, - "end": 1585289117021, - "duration": 83, - "pid": 16560, - "index": 36 - }, - { - "name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app/extend/application.js", - "start": 1585289117022, - "end": 1585289117105, - "duration": 83, - "pid": 16560, - "index": 37 - }, - { - "name": "Load extend/request.js", - "start": 1585289117122, - "end": 1585289117150, - "duration": 28, - "pid": 16560, - "index": 38 - }, - { - "name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/request.js", - "start": 1585289117134, - "end": 1585289117135, - "duration": 1, - "pid": 16560, - "index": 39 - }, - { - "name": "Load extend/response.js", - "start": 1585289117150, - "end": 1585289117181, - "duration": 31, - "pid": 16560, - "index": 40 - }, - { - "name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/response.js", - "start": 1585289117162, - "end": 1585289117165, - "duration": 3, - "pid": 16560, - "index": 41 - }, - { - "name": "Load extend/context.js", - "start": 1585289117181, - "end": 1585289117297, - "duration": 116, - "pid": 16560, - "index": 42 - }, - { - "name": "Require(36) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js", - "start": 1585289117182, - "end": 1585289117203, - "duration": 21, - "pid": 16560, - "index": 43 - }, - { - "name": "Require(37) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js", - "start": 1585289117204, - "end": 1585289117206, - "duration": 2, - "pid": 16560, - "index": 44 - }, - { - "name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js", - "start": 1585289117208, - "end": 1585289117208, - "duration": 0, - "pid": 16560, - "index": 45 - }, - { - "name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js", - "start": 1585289117211, - "end": 1585289117270, - "duration": 59, - "pid": 16560, - "index": 46 - }, - { - "name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js", - "start": 1585289117272, - "end": 1585289117274, - "duration": 2, - "pid": 16560, - "index": 47 - }, - { - "name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js", - "start": 1585289117278, - "end": 1585289117279, - "duration": 1, - "pid": 16560, - "index": 48 - }, - { - "name": "Require(42) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js", - "start": 1585289117280, - "end": 1585289117281, - "duration": 1, - "pid": 16560, - "index": 49 - }, - { - "name": "Require(43) app/extend/context.ts", - "start": 1585289117282, - "end": 1585289117283, - "duration": 1, - "pid": 16560, - "index": 50 - }, - { - "name": "Load extend/helper.js", - "start": 1585289117297, - "end": 1585289117355, - "duration": 58, - "pid": 16560, - "index": 51 - }, - { - "name": "Require(44) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/helper.js", - "start": 1585289117298, - "end": 1585289117328, - "duration": 30, - "pid": 16560, - "index": 52 - }, - { - "name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/helper.js", - "start": 1585289117338, - "end": 1585289117338, - "duration": 0, - "pid": 16560, - "index": 53 - }, - { - "name": "Require(46) app/extend/helper.ts", - "start": 1585289117340, - "end": 1585289117341, - "duration": 1, - "pid": 16560, - "index": 54 - }, - { - "name": "Load app.js", - "start": 1585289119886, - "end": 1585289120042, - "duration": 156, - "pid": 16560, - "index": 55 - }, - { - "name": "Require(47) E:/self/2020/project/game-node-center/node_modules/egg-session/app.js", - "start": 1585289119887, - "end": 1585289119888, - "duration": 1, - "pid": 16560, - "index": 56 - }, - { - "name": "Require(48) E:/self/2020/project/game-node-center/node_modules/egg-security/app.js", - "start": 1585289119888, - "end": 1585289119891, - "duration": 3, - "pid": 16560, - "index": 57 - }, - { - "name": "Require(49) E:/self/2020/project/game-node-center/node_modules/egg-onerror/app.js", - "start": 1585289119893, - "end": 1585289119907, - "duration": 14, - "pid": 16560, - "index": 58 - }, - { - "name": "Require(50) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app.js", - "start": 1585289119908, - "end": 1585289119936, - "duration": 28, - "pid": 16560, - "index": 59 - }, - { - "name": "Require(51) E:/self/2020/project/game-node-center/node_modules/egg-watcher/app.js", - "start": 1585289119936, - "end": 1585289119940, - "duration": 4, - "pid": 16560, - "index": 60 - }, - { - "name": "Require(52) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app.js", - "start": 1585289119942, - "end": 1585289119945, - "duration": 3, - "pid": 16560, - "index": 61 - }, - { - "name": "Require(53) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app.js", - "start": 1585289119945, - "end": 1585289119951, - "duration": 6, - "pid": 16560, - "index": 62 - }, - { - "name": "Require(54) E:/self/2020/project/game-node-center/node_modules/egg-development/app.js", - "start": 1585289119952, - "end": 1585289119952, - "duration": 0, - "pid": 16560, - "index": 63 - }, - { - "name": "Require(55) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app.js", - "start": 1585289119953, - "end": 1585289119953, - "duration": 0, - "pid": 16560, - "index": 64 - }, - { - "name": "Require(56) E:/self/2020/project/game-node-center/node_modules/egg-static/app.js", - "start": 1585289119954, - "end": 1585289119954, - "duration": 0, - "pid": 16560, - "index": 65 - }, - { - "name": "Require(57) E:/self/2020/project/game-node-center/node_modules/midway-schedule/app.js", - "start": 1585289119956, - "end": 1585289119957, - "duration": 1, - "pid": 16560, - "index": 66 - }, - { - "name": "Require(58) E:/self/2020/project/game-node-center/node_modules/egg-cors/app.js", - "start": 1585289119958, - "end": 1585289119958, - "duration": 0, - "pid": 16560, - "index": 67 - }, - { - "name": "Require(59) E:/self/2020/project/game-node-center/node_modules/egg-redis/app.js", - "start": 1585289119959, - "end": 1585289119962, - "duration": 3, - "pid": 16560, - "index": 68 - }, - { - "name": "Require(60) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app.js", - "start": 1585289119962, - "end": 1585289120038, - "duration": 76, - "pid": 16560, - "index": 69 - }, - { - "name": "Require(61) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app.js", - "start": 1585289120039, - "end": 1585289120039, - "duration": 0, - "pid": 16560, - "index": 70 - }, - { - "name": "Require(62) app.ts", - "start": 1585289120042, - "end": 1585289120042, - "duration": 0, - "pid": 16560, - "index": 71 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14", - "start": 1585289120052, - "end": 1585289120446, - "duration": 394, - "pid": 16560, - "index": 72 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-redis/lib/redis.js:53:7", - "start": 1585289120164, - "end": 1585289120441, - "duration": 277, - "pid": 16560, - "index": 73 - }, - { - "name": "Load Controller", - "start": 1585289120212, - "end": 1585289120387, - "duration": 175, - "pid": 16560, - "index": 74 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585289120212, - "end": 1585289120387, - "duration": 175, - "pid": 16560, - "index": 75 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-socket.io/lib/io.js:26:7", - "start": 1585289120222, - "end": 1585289120418, - "duration": 196, - "pid": 16560, - "index": 76 - }, - { - "name": "Before Start in app.ts:6:9", - "start": 1585289120225, - "end": 1585289120418, - "duration": 193, - "pid": 16560, - "index": 77 - }, - { - "name": "Load Service", - "start": 1585289120226, - "end": 1585289120236, - "duration": 10, - "pid": 16560, - "index": 78 - }, - { - "name": "Load \"service\" to Context", - "start": 1585289120226, - "end": 1585289120236, - "duration": 10, - "pid": 16560, - "index": 79 - }, - { - "name": "Load Middleware", - "start": 1585289120236, - "end": 1585289120387, - "duration": 151, - "pid": 16560, - "index": 80 - }, - { - "name": "Load \"middlewares\" to Application", - "start": 1585289120236, - "end": 1585289120377, - "duration": 141, - "pid": 16560, - "index": 81 - }, - { - "name": "Load Controller", - "start": 1585289120387, - "end": 1585289120389, - "duration": 2, - "pid": 16560, - "index": 82 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585289120387, - "end": 1585289120389, - "duration": 2, - "pid": 16560, - "index": 83 - }, - { - "name": "Load Router", - "start": 1585289120389, - "end": 1585289120390, - "duration": 1, - "pid": 16560, - "index": 84 - }, - { - "name": "Require(63) app/router.ts", - "start": 1585289120390, - "end": 1585289120390, - "duration": 0, - "pid": 16560, - "index": 85 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:28:18", - "start": 1585289120390, - "end": 1585289120420, - "duration": 30, - "pid": 16560, - "index": 86 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-core/lib/egg.js:303:10", - "start": 1585289120396, - "end": 1585289120418, - "duration": 22, - "pid": 16560, - "index": 87 - } -] \ No newline at end of file diff --git a/run/application_timing_21780.json b/run/application_timing_21780.json deleted file mode 100644 index b35191c..0000000 --- a/run/application_timing_21780.json +++ /dev/null @@ -1,706 +0,0 @@ -[ - { - "name": "Application Start", - "start": 1585289113560, - "end": 1585289114706, - "duration": 1146, - "pid": 21780, - "index": 0 - }, - { - "name": "Load Plugin", - "start": 1585289113576, - "end": 1585289113631, - "duration": 55, - "pid": 21780, - "index": 1 - }, - { - "name": "Load Config", - "start": 1585289113631, - "end": 1585289113693, - "duration": 62, - "pid": 21780, - "index": 2 - }, - { - "name": "Require(0) config/config.default.ts", - "start": 1585289113632, - "end": 1585289113634, - "duration": 2, - "pid": 21780, - "index": 3 - }, - { - "name": "Require(1) config/config.local.ts", - "start": 1585289113635, - "end": 1585289113637, - "duration": 2, - "pid": 21780, - "index": 4 - }, - { - "name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js", - "start": 1585289113638, - "end": 1585289113639, - "duration": 1, - "pid": 21780, - "index": 5 - }, - { - "name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js", - "start": 1585289113640, - "end": 1585289113640, - "duration": 0, - "pid": 21780, - "index": 6 - }, - { - "name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js", - "start": 1585289113642, - "end": 1585289113643, - "duration": 1, - "pid": 21780, - "index": 7 - }, - { - "name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js", - "start": 1585289113644, - "end": 1585289113644, - "duration": 0, - "pid": 21780, - "index": 8 - }, - { - "name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js", - "start": 1585289113646, - "end": 1585289113647, - "duration": 1, - "pid": 21780, - "index": 9 - }, - { - "name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js", - "start": 1585289113647, - "end": 1585289113648, - "duration": 1, - "pid": 21780, - "index": 10 - }, - { - "name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js", - "start": 1585289113649, - "end": 1585289113650, - "duration": 1, - "pid": 21780, - "index": 11 - }, - { - "name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js", - "start": 1585289113651, - "end": 1585289113652, - "duration": 1, - "pid": 21780, - "index": 12 - }, - { - "name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js", - "start": 1585289113653, - "end": 1585289113654, - "duration": 1, - "pid": 21780, - "index": 13 - }, - { - "name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js", - "start": 1585289113654, - "end": 1585289113655, - "duration": 1, - "pid": 21780, - "index": 14 - }, - { - "name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js", - "start": 1585289113656, - "end": 1585289113657, - "duration": 1, - "pid": 21780, - "index": 15 - }, - { - "name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js", - "start": 1585289113658, - "end": 1585289113659, - "duration": 1, - "pid": 21780, - "index": 16 - }, - { - "name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js", - "start": 1585289113662, - "end": 1585289113662, - "duration": 0, - "pid": 21780, - "index": 17 - }, - { - "name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js", - "start": 1585289113663, - "end": 1585289113664, - "duration": 1, - "pid": 21780, - "index": 18 - }, - { - "name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js", - "start": 1585289113665, - "end": 1585289113666, - "duration": 1, - "pid": 21780, - "index": 19 - }, - { - "name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js", - "start": 1585289113666, - "end": 1585289113667, - "duration": 1, - "pid": 21780, - "index": 20 - }, - { - "name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js", - "start": 1585289113668, - "end": 1585289113668, - "duration": 0, - "pid": 21780, - "index": 21 - }, - { - "name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js", - "start": 1585289113671, - "end": 1585289113672, - "duration": 1, - "pid": 21780, - "index": 22 - }, - { - "name": "Require(20) config/config.default.ts", - "start": 1585289113674, - "end": 1585289113674, - "duration": 0, - "pid": 21780, - "index": 23 - }, - { - "name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js", - "start": 1585289113676, - "end": 1585289113676, - "duration": 0, - "pid": 21780, - "index": 24 - }, - { - "name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js", - "start": 1585289113679, - "end": 1585289113680, - "duration": 1, - "pid": 21780, - "index": 25 - }, - { - "name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js", - "start": 1585289113684, - "end": 1585289113685, - "duration": 1, - "pid": 21780, - "index": 26 - }, - { - "name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js", - "start": 1585289113691, - "end": 1585289113692, - "duration": 1, - "pid": 21780, - "index": 27 - }, - { - "name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js", - "start": 1585289113692, - "end": 1585289113693, - "duration": 1, - "pid": 21780, - "index": 28 - }, - { - "name": "Require(26) config/config.local.ts", - "start": 1585289113693, - "end": 1585289113693, - "duration": 0, - "pid": 21780, - "index": 29 - }, - { - "name": "Load extend/application.js", - "start": 1585289113694, - "end": 1585289113877, - "duration": 183, - "pid": 21780, - "index": 30 - }, - { - "name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-session/app/extend/application.js", - "start": 1585289113695, - "end": 1585289113696, - "duration": 1, - "pid": 21780, - "index": 31 - }, - { - "name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/application.js", - "start": 1585289113697, - "end": 1585289113700, - "duration": 3, - "pid": 21780, - "index": 32 - }, - { - "name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/application.js", - "start": 1585289113701, - "end": 1585289113703, - "duration": 2, - "pid": 21780, - "index": 33 - }, - { - "name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/application.js", - "start": 1585289113708, - "end": 1585289113711, - "duration": 3, - "pid": 21780, - "index": 34 - }, - { - "name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/application.js", - "start": 1585289113713, - "end": 1585289113716, - "duration": 3, - "pid": 21780, - "index": 35 - }, - { - "name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app/extend/application.js", - "start": 1585289113719, - "end": 1585289113782, - "duration": 63, - "pid": 21780, - "index": 36 - }, - { - "name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app/extend/application.js", - "start": 1585289113783, - "end": 1585289113862, - "duration": 79, - "pid": 21780, - "index": 37 - }, - { - "name": "Load extend/request.js", - "start": 1585289113877, - "end": 1585289113907, - "duration": 30, - "pid": 21780, - "index": 38 - }, - { - "name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/request.js", - "start": 1585289113890, - "end": 1585289113892, - "duration": 2, - "pid": 21780, - "index": 39 - }, - { - "name": "Load extend/response.js", - "start": 1585289113907, - "end": 1585289113937, - "duration": 30, - "pid": 21780, - "index": 40 - }, - { - "name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/response.js", - "start": 1585289113918, - "end": 1585289113922, - "duration": 4, - "pid": 21780, - "index": 41 - }, - { - "name": "Load extend/context.js", - "start": 1585289113937, - "end": 1585289114050, - "duration": 113, - "pid": 21780, - "index": 42 - }, - { - "name": "Require(36) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js", - "start": 1585289113938, - "end": 1585289113958, - "duration": 20, - "pid": 21780, - "index": 43 - }, - { - "name": "Require(37) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js", - "start": 1585289113958, - "end": 1585289113961, - "duration": 3, - "pid": 21780, - "index": 44 - }, - { - "name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js", - "start": 1585289113963, - "end": 1585289113963, - "duration": 0, - "pid": 21780, - "index": 45 - }, - { - "name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js", - "start": 1585289113966, - "end": 1585289114023, - "duration": 57, - "pid": 21780, - "index": 46 - }, - { - "name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js", - "start": 1585289114026, - "end": 1585289114027, - "duration": 1, - "pid": 21780, - "index": 47 - }, - { - "name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js", - "start": 1585289114032, - "end": 1585289114033, - "duration": 1, - "pid": 21780, - "index": 48 - }, - { - "name": "Require(42) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js", - "start": 1585289114034, - "end": 1585289114035, - "duration": 1, - "pid": 21780, - "index": 49 - }, - { - "name": "Require(43) app/extend/context.ts", - "start": 1585289114036, - "end": 1585289114037, - "duration": 1, - "pid": 21780, - "index": 50 - }, - { - "name": "Load extend/helper.js", - "start": 1585289114050, - "end": 1585289114108, - "duration": 58, - "pid": 21780, - "index": 51 - }, - { - "name": "Require(44) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/helper.js", - "start": 1585289114052, - "end": 1585289114081, - "duration": 29, - "pid": 21780, - "index": 52 - }, - { - "name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/helper.js", - "start": 1585289114092, - "end": 1585289114092, - "duration": 0, - "pid": 21780, - "index": 53 - }, - { - "name": "Require(46) app/extend/helper.ts", - "start": 1585289114094, - "end": 1585289114096, - "duration": 2, - "pid": 21780, - "index": 54 - }, - { - "name": "Load app.js", - "start": 1585289114179, - "end": 1585289114331, - "duration": 152, - "pid": 21780, - "index": 55 - }, - { - "name": "Require(47) E:/self/2020/project/game-node-center/node_modules/egg-session/app.js", - "start": 1585289114179, - "end": 1585289114180, - "duration": 1, - "pid": 21780, - "index": 56 - }, - { - "name": "Require(48) E:/self/2020/project/game-node-center/node_modules/egg-security/app.js", - "start": 1585289114181, - "end": 1585289114184, - "duration": 3, - "pid": 21780, - "index": 57 - }, - { - "name": "Require(49) E:/self/2020/project/game-node-center/node_modules/egg-onerror/app.js", - "start": 1585289114186, - "end": 1585289114200, - "duration": 14, - "pid": 21780, - "index": 58 - }, - { - "name": "Require(50) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app.js", - "start": 1585289114201, - "end": 1585289114227, - "duration": 26, - "pid": 21780, - "index": 59 - }, - { - "name": "Require(51) E:/self/2020/project/game-node-center/node_modules/egg-watcher/app.js", - "start": 1585289114228, - "end": 1585289114233, - "duration": 5, - "pid": 21780, - "index": 60 - }, - { - "name": "Require(52) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app.js", - "start": 1585289114234, - "end": 1585289114238, - "duration": 4, - "pid": 21780, - "index": 61 - }, - { - "name": "Require(53) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app.js", - "start": 1585289114239, - "end": 1585289114246, - "duration": 7, - "pid": 21780, - "index": 62 - }, - { - "name": "Require(54) E:/self/2020/project/game-node-center/node_modules/egg-development/app.js", - "start": 1585289114247, - "end": 1585289114247, - "duration": 0, - "pid": 21780, - "index": 63 - }, - { - "name": "Require(55) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app.js", - "start": 1585289114248, - "end": 1585289114248, - "duration": 0, - "pid": 21780, - "index": 64 - }, - { - "name": "Require(56) E:/self/2020/project/game-node-center/node_modules/egg-static/app.js", - "start": 1585289114249, - "end": 1585289114249, - "duration": 0, - "pid": 21780, - "index": 65 - }, - { - "name": "Require(57) E:/self/2020/project/game-node-center/node_modules/midway-schedule/app.js", - "start": 1585289114251, - "end": 1585289114252, - "duration": 1, - "pid": 21780, - "index": 66 - }, - { - "name": "Require(58) E:/self/2020/project/game-node-center/node_modules/egg-cors/app.js", - "start": 1585289114253, - "end": 1585289114253, - "duration": 0, - "pid": 21780, - "index": 67 - }, - { - "name": "Require(59) E:/self/2020/project/game-node-center/node_modules/egg-redis/app.js", - "start": 1585289114254, - "end": 1585289114256, - "duration": 2, - "pid": 21780, - "index": 68 - }, - { - "name": "Require(60) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app.js", - "start": 1585289114256, - "end": 1585289114326, - "duration": 70, - "pid": 21780, - "index": 69 - }, - { - "name": "Require(61) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app.js", - "start": 1585289114327, - "end": 1585289114328, - "duration": 1, - "pid": 21780, - "index": 70 - }, - { - "name": "Require(62) app.ts", - "start": 1585289114331, - "end": 1585289114331, - "duration": 0, - "pid": 21780, - "index": 71 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14", - "start": 1585289114340, - "end": 1585289114706, - "duration": 366, - "pid": 21780, - "index": 72 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-redis/lib/redis.js:53:7", - "start": 1585289114450, - "end": 1585289114697, - "duration": 247, - "pid": 21780, - "index": 73 - }, - { - "name": "Load Controller", - "start": 1585289114465, - "end": 1585289114661, - "duration": 196, - "pid": 21780, - "index": 74 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585289114466, - "end": 1585289114661, - "duration": 195, - "pid": 21780, - "index": 75 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-socket.io/lib/io.js:26:7", - "start": 1585289114475, - "end": 1585289114682, - "duration": 207, - "pid": 21780, - "index": 76 - }, - { - "name": "Before Start in app.ts:6:9", - "start": 1585289114480, - "end": 1585289114682, - "duration": 202, - "pid": 21780, - "index": 77 - }, - { - "name": "Load Service", - "start": 1585289114482, - "end": 1585289114497, - "duration": 15, - "pid": 21780, - "index": 78 - }, - { - "name": "Load \"service\" to Context", - "start": 1585289114483, - "end": 1585289114497, - "duration": 14, - "pid": 21780, - "index": 79 - }, - { - "name": "Load Middleware", - "start": 1585289114497, - "end": 1585289114661, - "duration": 164, - "pid": 21780, - "index": 80 - }, - { - "name": "Load \"middlewares\" to Application", - "start": 1585289114497, - "end": 1585289114650, - "duration": 153, - "pid": 21780, - "index": 81 - }, - { - "name": "Load Controller", - "start": 1585289114661, - "end": 1585289114663, - "duration": 2, - "pid": 21780, - "index": 82 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585289114661, - "end": 1585289114663, - "duration": 2, - "pid": 21780, - "index": 83 - }, - { - "name": "Load Router", - "start": 1585289114663, - "end": 1585289114664, - "duration": 1, - "pid": 21780, - "index": 84 - }, - { - "name": "Require(63) app/router.ts", - "start": 1585289114663, - "end": 1585289114663, - "duration": 0, - "pid": 21780, - "index": 85 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:28:18", - "start": 1585289114664, - "end": 1585289114683, - "duration": 19, - "pid": 21780, - "index": 86 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-core/lib/egg.js:303:10", - "start": 1585289114669, - "end": 1585289114682, - "duration": 13, - "pid": 21780, - "index": 87 - } -] \ No newline at end of file diff --git a/run/application_timing_27400.json b/run/application_timing_27400.json deleted file mode 100644 index 6a6469e..0000000 --- a/run/application_timing_27400.json +++ /dev/null @@ -1,706 +0,0 @@ -[ - { - "name": "Application Start", - "start": 1585289299486, - "end": 1585289303172, - "duration": 3686, - "pid": 27400, - "index": 0 - }, - { - "name": "Load Plugin", - "start": 1585289299493, - "end": 1585289299543, - "duration": 50, - "pid": 27400, - "index": 1 - }, - { - "name": "Load Config", - "start": 1585289299543, - "end": 1585289299603, - "duration": 60, - "pid": 27400, - "index": 2 - }, - { - "name": "Require(0) config/config.default.ts", - "start": 1585289299545, - "end": 1585289299546, - "duration": 1, - "pid": 27400, - "index": 3 - }, - { - "name": "Require(1) config/config.local.ts", - "start": 1585289299548, - "end": 1585289299550, - "duration": 2, - "pid": 27400, - "index": 4 - }, - { - "name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js", - "start": 1585289299551, - "end": 1585289299552, - "duration": 1, - "pid": 27400, - "index": 5 - }, - { - "name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js", - "start": 1585289299553, - "end": 1585289299553, - "duration": 0, - "pid": 27400, - "index": 6 - }, - { - "name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js", - "start": 1585289299555, - "end": 1585289299556, - "duration": 1, - "pid": 27400, - "index": 7 - }, - { - "name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js", - "start": 1585289299557, - "end": 1585289299558, - "duration": 1, - "pid": 27400, - "index": 8 - }, - { - "name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js", - "start": 1585289299558, - "end": 1585289299559, - "duration": 1, - "pid": 27400, - "index": 9 - }, - { - "name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js", - "start": 1585289299560, - "end": 1585289299561, - "duration": 1, - "pid": 27400, - "index": 10 - }, - { - "name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js", - "start": 1585289299561, - "end": 1585289299562, - "duration": 1, - "pid": 27400, - "index": 11 - }, - { - "name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js", - "start": 1585289299563, - "end": 1585289299564, - "duration": 1, - "pid": 27400, - "index": 12 - }, - { - "name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js", - "start": 1585289299565, - "end": 1585289299566, - "duration": 1, - "pid": 27400, - "index": 13 - }, - { - "name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js", - "start": 1585289299567, - "end": 1585289299569, - "duration": 2, - "pid": 27400, - "index": 14 - }, - { - "name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js", - "start": 1585289299570, - "end": 1585289299571, - "duration": 1, - "pid": 27400, - "index": 15 - }, - { - "name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js", - "start": 1585289299572, - "end": 1585289299573, - "duration": 1, - "pid": 27400, - "index": 16 - }, - { - "name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js", - "start": 1585289299575, - "end": 1585289299576, - "duration": 1, - "pid": 27400, - "index": 17 - }, - { - "name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js", - "start": 1585289299577, - "end": 1585289299578, - "duration": 1, - "pid": 27400, - "index": 18 - }, - { - "name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js", - "start": 1585289299579, - "end": 1585289299580, - "duration": 1, - "pid": 27400, - "index": 19 - }, - { - "name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js", - "start": 1585289299580, - "end": 1585289299581, - "duration": 1, - "pid": 27400, - "index": 20 - }, - { - "name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js", - "start": 1585289299582, - "end": 1585289299583, - "duration": 1, - "pid": 27400, - "index": 21 - }, - { - "name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js", - "start": 1585289299584, - "end": 1585289299586, - "duration": 2, - "pid": 27400, - "index": 22 - }, - { - "name": "Require(20) config/config.default.ts", - "start": 1585289299587, - "end": 1585289299587, - "duration": 0, - "pid": 27400, - "index": 23 - }, - { - "name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js", - "start": 1585289299588, - "end": 1585289299589, - "duration": 1, - "pid": 27400, - "index": 24 - }, - { - "name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js", - "start": 1585289299591, - "end": 1585289299592, - "duration": 1, - "pid": 27400, - "index": 25 - }, - { - "name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js", - "start": 1585289299596, - "end": 1585289299597, - "duration": 1, - "pid": 27400, - "index": 26 - }, - { - "name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js", - "start": 1585289299602, - "end": 1585289299602, - "duration": 0, - "pid": 27400, - "index": 27 - }, - { - "name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js", - "start": 1585289299603, - "end": 1585289299603, - "duration": 0, - "pid": 27400, - "index": 28 - }, - { - "name": "Require(26) config/config.local.ts", - "start": 1585289299603, - "end": 1585289299603, - "duration": 0, - "pid": 27400, - "index": 29 - }, - { - "name": "Load extend/application.js", - "start": 1585289299604, - "end": 1585289299787, - "duration": 183, - "pid": 27400, - "index": 30 - }, - { - "name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-session/app/extend/application.js", - "start": 1585289299605, - "end": 1585289299606, - "duration": 1, - "pid": 27400, - "index": 31 - }, - { - "name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/application.js", - "start": 1585289299607, - "end": 1585289299609, - "duration": 2, - "pid": 27400, - "index": 32 - }, - { - "name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/application.js", - "start": 1585289299610, - "end": 1585289299613, - "duration": 3, - "pid": 27400, - "index": 33 - }, - { - "name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/application.js", - "start": 1585289299618, - "end": 1585289299620, - "duration": 2, - "pid": 27400, - "index": 34 - }, - { - "name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/application.js", - "start": 1585289299623, - "end": 1585289299626, - "duration": 3, - "pid": 27400, - "index": 35 - }, - { - "name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app/extend/application.js", - "start": 1585289299629, - "end": 1585289299693, - "duration": 64, - "pid": 27400, - "index": 36 - }, - { - "name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app/extend/application.js", - "start": 1585289299694, - "end": 1585289299772, - "duration": 78, - "pid": 27400, - "index": 37 - }, - { - "name": "Load extend/request.js", - "start": 1585289299787, - "end": 1585289299816, - "duration": 29, - "pid": 27400, - "index": 38 - }, - { - "name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/request.js", - "start": 1585289299799, - "end": 1585289299800, - "duration": 1, - "pid": 27400, - "index": 39 - }, - { - "name": "Load extend/response.js", - "start": 1585289299816, - "end": 1585289299847, - "duration": 31, - "pid": 27400, - "index": 40 - }, - { - "name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/response.js", - "start": 1585289299829, - "end": 1585289299832, - "duration": 3, - "pid": 27400, - "index": 41 - }, - { - "name": "Load extend/context.js", - "start": 1585289299847, - "end": 1585289299965, - "duration": 118, - "pid": 27400, - "index": 42 - }, - { - "name": "Require(36) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js", - "start": 1585289299849, - "end": 1585289299869, - "duration": 20, - "pid": 27400, - "index": 43 - }, - { - "name": "Require(37) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js", - "start": 1585289299870, - "end": 1585289299874, - "duration": 4, - "pid": 27400, - "index": 44 - }, - { - "name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js", - "start": 1585289299875, - "end": 1585289299876, - "duration": 1, - "pid": 27400, - "index": 45 - }, - { - "name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js", - "start": 1585289299878, - "end": 1585289299937, - "duration": 59, - "pid": 27400, - "index": 46 - }, - { - "name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js", - "start": 1585289299940, - "end": 1585289299941, - "duration": 1, - "pid": 27400, - "index": 47 - }, - { - "name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js", - "start": 1585289299945, - "end": 1585289299946, - "duration": 1, - "pid": 27400, - "index": 48 - }, - { - "name": "Require(42) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js", - "start": 1585289299947, - "end": 1585289299948, - "duration": 1, - "pid": 27400, - "index": 49 - }, - { - "name": "Require(43) app/extend/context.ts", - "start": 1585289299950, - "end": 1585289299952, - "duration": 2, - "pid": 27400, - "index": 50 - }, - { - "name": "Load extend/helper.js", - "start": 1585289299965, - "end": 1585289300023, - "duration": 58, - "pid": 27400, - "index": 51 - }, - { - "name": "Require(44) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/helper.js", - "start": 1585289299966, - "end": 1585289299995, - "duration": 29, - "pid": 27400, - "index": 52 - }, - { - "name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/helper.js", - "start": 1585289300007, - "end": 1585289300007, - "duration": 0, - "pid": 27400, - "index": 53 - }, - { - "name": "Require(46) app/extend/helper.ts", - "start": 1585289300009, - "end": 1585289300010, - "duration": 1, - "pid": 27400, - "index": 54 - }, - { - "name": "Load app.js", - "start": 1585289302593, - "end": 1585289302739, - "duration": 146, - "pid": 27400, - "index": 55 - }, - { - "name": "Require(47) E:/self/2020/project/game-node-center/node_modules/egg-session/app.js", - "start": 1585289302594, - "end": 1585289302594, - "duration": 0, - "pid": 27400, - "index": 56 - }, - { - "name": "Require(48) E:/self/2020/project/game-node-center/node_modules/egg-security/app.js", - "start": 1585289302595, - "end": 1585289302598, - "duration": 3, - "pid": 27400, - "index": 57 - }, - { - "name": "Require(49) E:/self/2020/project/game-node-center/node_modules/egg-onerror/app.js", - "start": 1585289302599, - "end": 1585289302613, - "duration": 14, - "pid": 27400, - "index": 58 - }, - { - "name": "Require(50) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app.js", - "start": 1585289302614, - "end": 1585289302640, - "duration": 26, - "pid": 27400, - "index": 59 - }, - { - "name": "Require(51) E:/self/2020/project/game-node-center/node_modules/egg-watcher/app.js", - "start": 1585289302641, - "end": 1585289302645, - "duration": 4, - "pid": 27400, - "index": 60 - }, - { - "name": "Require(52) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app.js", - "start": 1585289302647, - "end": 1585289302649, - "duration": 2, - "pid": 27400, - "index": 61 - }, - { - "name": "Require(53) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app.js", - "start": 1585289302649, - "end": 1585289302654, - "duration": 5, - "pid": 27400, - "index": 62 - }, - { - "name": "Require(54) E:/self/2020/project/game-node-center/node_modules/egg-development/app.js", - "start": 1585289302655, - "end": 1585289302656, - "duration": 1, - "pid": 27400, - "index": 63 - }, - { - "name": "Require(55) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app.js", - "start": 1585289302657, - "end": 1585289302657, - "duration": 0, - "pid": 27400, - "index": 64 - }, - { - "name": "Require(56) E:/self/2020/project/game-node-center/node_modules/egg-static/app.js", - "start": 1585289302658, - "end": 1585289302658, - "duration": 0, - "pid": 27400, - "index": 65 - }, - { - "name": "Require(57) E:/self/2020/project/game-node-center/node_modules/midway-schedule/app.js", - "start": 1585289302660, - "end": 1585289302661, - "duration": 1, - "pid": 27400, - "index": 66 - }, - { - "name": "Require(58) E:/self/2020/project/game-node-center/node_modules/egg-cors/app.js", - "start": 1585289302661, - "end": 1585289302662, - "duration": 1, - "pid": 27400, - "index": 67 - }, - { - "name": "Require(59) E:/self/2020/project/game-node-center/node_modules/egg-redis/app.js", - "start": 1585289302662, - "end": 1585289302664, - "duration": 2, - "pid": 27400, - "index": 68 - }, - { - "name": "Require(60) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app.js", - "start": 1585289302665, - "end": 1585289302733, - "duration": 68, - "pid": 27400, - "index": 69 - }, - { - "name": "Require(61) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app.js", - "start": 1585289302734, - "end": 1585289302735, - "duration": 1, - "pid": 27400, - "index": 70 - }, - { - "name": "Require(62) app.ts", - "start": 1585289302738, - "end": 1585289302738, - "duration": 0, - "pid": 27400, - "index": 71 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14", - "start": 1585289302749, - "end": 1585289303172, - "duration": 423, - "pid": 27400, - "index": 72 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-redis/lib/redis.js:53:7", - "start": 1585289302864, - "end": 1585289303166, - "duration": 302, - "pid": 27400, - "index": 73 - }, - { - "name": "Load Controller", - "start": 1585289302900, - "end": 1585289303117, - "duration": 217, - "pid": 27400, - "index": 74 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585289302900, - "end": 1585289303117, - "duration": 217, - "pid": 27400, - "index": 75 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-socket.io/lib/io.js:26:7", - "start": 1585289302952, - "end": 1585289303154, - "duration": 202, - "pid": 27400, - "index": 76 - }, - { - "name": "Before Start in app.ts:6:9", - "start": 1585289302955, - "end": 1585289303154, - "duration": 199, - "pid": 27400, - "index": 77 - }, - { - "name": "Load Service", - "start": 1585289302956, - "end": 1585289302965, - "duration": 9, - "pid": 27400, - "index": 78 - }, - { - "name": "Load \"service\" to Context", - "start": 1585289302956, - "end": 1585289302965, - "duration": 9, - "pid": 27400, - "index": 79 - }, - { - "name": "Load Middleware", - "start": 1585289302965, - "end": 1585289303117, - "duration": 152, - "pid": 27400, - "index": 80 - }, - { - "name": "Load \"middlewares\" to Application", - "start": 1585289302965, - "end": 1585289303105, - "duration": 140, - "pid": 27400, - "index": 81 - }, - { - "name": "Load Controller", - "start": 1585289303117, - "end": 1585289303119, - "duration": 2, - "pid": 27400, - "index": 82 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585289303117, - "end": 1585289303119, - "duration": 2, - "pid": 27400, - "index": 83 - }, - { - "name": "Load Router", - "start": 1585289303119, - "end": 1585289303120, - "duration": 1, - "pid": 27400, - "index": 84 - }, - { - "name": "Require(63) app/router.ts", - "start": 1585289303120, - "end": 1585289303120, - "duration": 0, - "pid": 27400, - "index": 85 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:28:18", - "start": 1585289303120, - "end": 1585289303157, - "duration": 37, - "pid": 27400, - "index": 86 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-core/lib/egg.js:303:10", - "start": 1585289303126, - "end": 1585289303154, - "duration": 28, - "pid": 27400, - "index": 87 - } -] \ No newline at end of file diff --git a/run/application_timing_28888.json b/run/application_timing_28888.json deleted file mode 100644 index b637014..0000000 --- a/run/application_timing_28888.json +++ /dev/null @@ -1,706 +0,0 @@ -[ - { - "name": "Application Start", - "start": 1585300409003, - "end": 1585300412522, - "duration": 3519, - "pid": 28888, - "index": 0 - }, - { - "name": "Load Plugin", - "start": 1585300409009, - "end": 1585300409059, - "duration": 50, - "pid": 28888, - "index": 1 - }, - { - "name": "Load Config", - "start": 1585300409059, - "end": 1585300409117, - "duration": 58, - "pid": 28888, - "index": 2 - }, - { - "name": "Require(0) config/config.default.ts", - "start": 1585300409060, - "end": 1585300409061, - "duration": 1, - "pid": 28888, - "index": 3 - }, - { - "name": "Require(1) config/config.local.ts", - "start": 1585300409064, - "end": 1585300409065, - "duration": 1, - "pid": 28888, - "index": 4 - }, - { - "name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js", - "start": 1585300409066, - "end": 1585300409067, - "duration": 1, - "pid": 28888, - "index": 5 - }, - { - "name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js", - "start": 1585300409068, - "end": 1585300409069, - "duration": 1, - "pid": 28888, - "index": 6 - }, - { - "name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js", - "start": 1585300409070, - "end": 1585300409071, - "duration": 1, - "pid": 28888, - "index": 7 - }, - { - "name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js", - "start": 1585300409071, - "end": 1585300409072, - "duration": 1, - "pid": 28888, - "index": 8 - }, - { - "name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js", - "start": 1585300409073, - "end": 1585300409074, - "duration": 1, - "pid": 28888, - "index": 9 - }, - { - "name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js", - "start": 1585300409075, - "end": 1585300409076, - "duration": 1, - "pid": 28888, - "index": 10 - }, - { - "name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js", - "start": 1585300409077, - "end": 1585300409077, - "duration": 0, - "pid": 28888, - "index": 11 - }, - { - "name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js", - "start": 1585300409078, - "end": 1585300409079, - "duration": 1, - "pid": 28888, - "index": 12 - }, - { - "name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js", - "start": 1585300409080, - "end": 1585300409081, - "duration": 1, - "pid": 28888, - "index": 13 - }, - { - "name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js", - "start": 1585300409082, - "end": 1585300409083, - "duration": 1, - "pid": 28888, - "index": 14 - }, - { - "name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js", - "start": 1585300409084, - "end": 1585300409084, - "duration": 0, - "pid": 28888, - "index": 15 - }, - { - "name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js", - "start": 1585300409085, - "end": 1585300409086, - "duration": 1, - "pid": 28888, - "index": 16 - }, - { - "name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js", - "start": 1585300409088, - "end": 1585300409089, - "duration": 1, - "pid": 28888, - "index": 17 - }, - { - "name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js", - "start": 1585300409090, - "end": 1585300409091, - "duration": 1, - "pid": 28888, - "index": 18 - }, - { - "name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js", - "start": 1585300409092, - "end": 1585300409093, - "duration": 1, - "pid": 28888, - "index": 19 - }, - { - "name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js", - "start": 1585300409093, - "end": 1585300409094, - "duration": 1, - "pid": 28888, - "index": 20 - }, - { - "name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js", - "start": 1585300409095, - "end": 1585300409096, - "duration": 1, - "pid": 28888, - "index": 21 - }, - { - "name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js", - "start": 1585300409099, - "end": 1585300409100, - "duration": 1, - "pid": 28888, - "index": 22 - }, - { - "name": "Require(20) config/config.default.ts", - "start": 1585300409101, - "end": 1585300409101, - "duration": 0, - "pid": 28888, - "index": 23 - }, - { - "name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js", - "start": 1585300409103, - "end": 1585300409103, - "duration": 0, - "pid": 28888, - "index": 24 - }, - { - "name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js", - "start": 1585300409106, - "end": 1585300409106, - "duration": 0, - "pid": 28888, - "index": 25 - }, - { - "name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js", - "start": 1585300409111, - "end": 1585300409112, - "duration": 1, - "pid": 28888, - "index": 26 - }, - { - "name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js", - "start": 1585300409116, - "end": 1585300409116, - "duration": 0, - "pid": 28888, - "index": 27 - }, - { - "name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js", - "start": 1585300409117, - "end": 1585300409117, - "duration": 0, - "pid": 28888, - "index": 28 - }, - { - "name": "Require(26) config/config.local.ts", - "start": 1585300409117, - "end": 1585300409117, - "duration": 0, - "pid": 28888, - "index": 29 - }, - { - "name": "Load extend/application.js", - "start": 1585300409118, - "end": 1585300409299, - "duration": 181, - "pid": 28888, - "index": 30 - }, - { - "name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-session/app/extend/application.js", - "start": 1585300409119, - "end": 1585300409120, - "duration": 1, - "pid": 28888, - "index": 31 - }, - { - "name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/application.js", - "start": 1585300409121, - "end": 1585300409124, - "duration": 3, - "pid": 28888, - "index": 32 - }, - { - "name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/application.js", - "start": 1585300409125, - "end": 1585300409128, - "duration": 3, - "pid": 28888, - "index": 33 - }, - { - "name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/application.js", - "start": 1585300409133, - "end": 1585300409135, - "duration": 2, - "pid": 28888, - "index": 34 - }, - { - "name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/application.js", - "start": 1585300409137, - "end": 1585300409141, - "duration": 4, - "pid": 28888, - "index": 35 - }, - { - "name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app/extend/application.js", - "start": 1585300409144, - "end": 1585300409207, - "duration": 63, - "pid": 28888, - "index": 36 - }, - { - "name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app/extend/application.js", - "start": 1585300409208, - "end": 1585300409285, - "duration": 77, - "pid": 28888, - "index": 37 - }, - { - "name": "Load extend/request.js", - "start": 1585300409300, - "end": 1585300409329, - "duration": 29, - "pid": 28888, - "index": 38 - }, - { - "name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/request.js", - "start": 1585300409313, - "end": 1585300409315, - "duration": 2, - "pid": 28888, - "index": 39 - }, - { - "name": "Load extend/response.js", - "start": 1585300409329, - "end": 1585300409360, - "duration": 31, - "pid": 28888, - "index": 40 - }, - { - "name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/response.js", - "start": 1585300409341, - "end": 1585300409343, - "duration": 2, - "pid": 28888, - "index": 41 - }, - { - "name": "Load extend/context.js", - "start": 1585300409360, - "end": 1585300409474, - "duration": 114, - "pid": 28888, - "index": 42 - }, - { - "name": "Require(36) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js", - "start": 1585300409361, - "end": 1585300409380, - "duration": 19, - "pid": 28888, - "index": 43 - }, - { - "name": "Require(37) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js", - "start": 1585300409381, - "end": 1585300409384, - "duration": 3, - "pid": 28888, - "index": 44 - }, - { - "name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js", - "start": 1585300409385, - "end": 1585300409386, - "duration": 1, - "pid": 28888, - "index": 45 - }, - { - "name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js", - "start": 1585300409388, - "end": 1585300409447, - "duration": 59, - "pid": 28888, - "index": 46 - }, - { - "name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js", - "start": 1585300409449, - "end": 1585300409451, - "duration": 2, - "pid": 28888, - "index": 47 - }, - { - "name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js", - "start": 1585300409455, - "end": 1585300409456, - "duration": 1, - "pid": 28888, - "index": 48 - }, - { - "name": "Require(42) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js", - "start": 1585300409457, - "end": 1585300409458, - "duration": 1, - "pid": 28888, - "index": 49 - }, - { - "name": "Require(43) app/extend/context.ts", - "start": 1585300409459, - "end": 1585300409460, - "duration": 1, - "pid": 28888, - "index": 50 - }, - { - "name": "Load extend/helper.js", - "start": 1585300409474, - "end": 1585300409531, - "duration": 57, - "pid": 28888, - "index": 51 - }, - { - "name": "Require(44) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/helper.js", - "start": 1585300409475, - "end": 1585300409503, - "duration": 28, - "pid": 28888, - "index": 52 - }, - { - "name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/helper.js", - "start": 1585300409513, - "end": 1585300409514, - "duration": 1, - "pid": 28888, - "index": 53 - }, - { - "name": "Require(46) app/extend/helper.ts", - "start": 1585300409516, - "end": 1585300409517, - "duration": 1, - "pid": 28888, - "index": 54 - }, - { - "name": "Load app.js", - "start": 1585300411975, - "end": 1585300412123, - "duration": 148, - "pid": 28888, - "index": 55 - }, - { - "name": "Require(47) E:/self/2020/project/game-node-center/node_modules/egg-session/app.js", - "start": 1585300411976, - "end": 1585300411977, - "duration": 1, - "pid": 28888, - "index": 56 - }, - { - "name": "Require(48) E:/self/2020/project/game-node-center/node_modules/egg-security/app.js", - "start": 1585300411977, - "end": 1585300411980, - "duration": 3, - "pid": 28888, - "index": 57 - }, - { - "name": "Require(49) E:/self/2020/project/game-node-center/node_modules/egg-onerror/app.js", - "start": 1585300411981, - "end": 1585300411995, - "duration": 14, - "pid": 28888, - "index": 58 - }, - { - "name": "Require(50) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app.js", - "start": 1585300411996, - "end": 1585300412022, - "duration": 26, - "pid": 28888, - "index": 59 - }, - { - "name": "Require(51) E:/self/2020/project/game-node-center/node_modules/egg-watcher/app.js", - "start": 1585300412023, - "end": 1585300412027, - "duration": 4, - "pid": 28888, - "index": 60 - }, - { - "name": "Require(52) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app.js", - "start": 1585300412029, - "end": 1585300412032, - "duration": 3, - "pid": 28888, - "index": 61 - }, - { - "name": "Require(53) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app.js", - "start": 1585300412033, - "end": 1585300412038, - "duration": 5, - "pid": 28888, - "index": 62 - }, - { - "name": "Require(54) E:/self/2020/project/game-node-center/node_modules/egg-development/app.js", - "start": 1585300412038, - "end": 1585300412039, - "duration": 1, - "pid": 28888, - "index": 63 - }, - { - "name": "Require(55) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app.js", - "start": 1585300412039, - "end": 1585300412040, - "duration": 1, - "pid": 28888, - "index": 64 - }, - { - "name": "Require(56) E:/self/2020/project/game-node-center/node_modules/egg-static/app.js", - "start": 1585300412040, - "end": 1585300412041, - "duration": 1, - "pid": 28888, - "index": 65 - }, - { - "name": "Require(57) E:/self/2020/project/game-node-center/node_modules/midway-schedule/app.js", - "start": 1585300412042, - "end": 1585300412043, - "duration": 1, - "pid": 28888, - "index": 66 - }, - { - "name": "Require(58) E:/self/2020/project/game-node-center/node_modules/egg-cors/app.js", - "start": 1585300412044, - "end": 1585300412044, - "duration": 0, - "pid": 28888, - "index": 67 - }, - { - "name": "Require(59) E:/self/2020/project/game-node-center/node_modules/egg-redis/app.js", - "start": 1585300412045, - "end": 1585300412048, - "duration": 3, - "pid": 28888, - "index": 68 - }, - { - "name": "Require(60) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/app.js", - "start": 1585300412048, - "end": 1585300412118, - "duration": 70, - "pid": 28888, - "index": 69 - }, - { - "name": "Require(61) E:/self/2020/project/game-node-center/node_modules/egg-jwt/app.js", - "start": 1585300412119, - "end": 1585300412119, - "duration": 0, - "pid": 28888, - "index": 70 - }, - { - "name": "Require(62) app.ts", - "start": 1585300412122, - "end": 1585300412122, - "duration": 0, - "pid": 28888, - "index": 71 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14", - "start": 1585300412132, - "end": 1585300412522, - "duration": 390, - "pid": 28888, - "index": 72 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-redis/lib/redis.js:53:7", - "start": 1585300412250, - "end": 1585300412515, - "duration": 265, - "pid": 28888, - "index": 73 - }, - { - "name": "Load Controller", - "start": 1585300412269, - "end": 1585300412452, - "duration": 183, - "pid": 28888, - "index": 74 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585300412269, - "end": 1585300412452, - "duration": 183, - "pid": 28888, - "index": 75 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-socket.io/lib/io.js:26:7", - "start": 1585300412290, - "end": 1585300412499, - "duration": 209, - "pid": 28888, - "index": 76 - }, - { - "name": "Before Start in app.ts:6:9", - "start": 1585300412293, - "end": 1585300412499, - "duration": 206, - "pid": 28888, - "index": 77 - }, - { - "name": "Load Service", - "start": 1585300412294, - "end": 1585300412308, - "duration": 14, - "pid": 28888, - "index": 78 - }, - { - "name": "Load \"service\" to Context", - "start": 1585300412294, - "end": 1585300412308, - "duration": 14, - "pid": 28888, - "index": 79 - }, - { - "name": "Load Middleware", - "start": 1585300412308, - "end": 1585300412452, - "duration": 144, - "pid": 28888, - "index": 80 - }, - { - "name": "Load \"middlewares\" to Application", - "start": 1585300412308, - "end": 1585300412441, - "duration": 133, - "pid": 28888, - "index": 81 - }, - { - "name": "Load Controller", - "start": 1585300412452, - "end": 1585300412454, - "duration": 2, - "pid": 28888, - "index": 82 - }, - { - "name": "Load \"controller\" to Application", - "start": 1585300412452, - "end": 1585300412454, - "duration": 2, - "pid": 28888, - "index": 83 - }, - { - "name": "Load Router", - "start": 1585300412454, - "end": 1585300412455, - "duration": 1, - "pid": 28888, - "index": 84 - }, - { - "name": "Require(63) app/router.ts", - "start": 1585300412455, - "end": 1585300412455, - "duration": 0, - "pid": 28888, - "index": 85 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:28:18", - "start": 1585300412455, - "end": 1585300412503, - "duration": 48, - "pid": 28888, - "index": 86 - }, - { - "name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-core/lib/egg.js:303:10", - "start": 1585300412461, - "end": 1585300412499, - "duration": 38, - "pid": 28888, - "index": 87 - } -] \ No newline at end of file diff --git a/run/router.json b/run/router.json deleted file mode 100644 index 0637a08..0000000 --- a/run/router.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file