aicra/internal
Adrien Marquès 2b67655cfd
refactor: reduce cyclomatic complexity of service.validateInput()
- simplify matchPattern()
 - rename isMethodAvailable() to checkMethod()
 - rename isPatternValid() to checkPattern()
 - rename validateInput() to checkInput()
 - rename validateOutput() to checkOutput()
 - refactor per-type input param management in new method parseParam(); that returns the param type (added unexported enum) and the error
 - refactor collision detection from checkInput() and checkOutput() in new method nameConflicts()
2021-06-22 22:18:29 +02:00
..
config refactor: reduce cyclomatic complexity of service.validateInput() 2021-06-22 22:18:29 +02:00
ctx feat: create internal context.Context custom keys 2021-06-20 00:46:04 +02:00
dynfunc test: cover dynfunc signature to 100% 2021-06-21 22:46:04 +02:00
multipart multipart: rename files and unexport errors 2020-04-04 12:43:55 +02:00
reqdata migrate: symbols import paths to github 2021-06-20 21:29:46 +02:00