This is the common utils for SkyEye service projects, It includes multiple utils, middilewares, authentications, some common interfaces.
npm install skyeye-svc-common-utilsPlease make sure run the npm run build before push changes
npm run testnpm run coverageNote
* don't push the .nyc_output\xx\xx.json and coverage file to github
* upload all the file from report folder
permissionCode: ___ permissionLabel: any name you want to show to frontend for easy recognisepermissionDesc: short description on what this permission can dopermissionMethod: The http Method: GET/POST/PUT/DELETE , uppercase onlypermissionUrl: the Path for this permission. // allowAnonymous: whether this path is able to access by anyone