Convert EchoContextBinder to MaD

This commit is contained in:
Owen Mansel-Chan
2024-06-23 07:29:10 +01:00
parent 3fc598dbe9
commit 2ec64a9ca8
2 changed files with 1 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ extensions:
pack: codeql/go-all
extensible: sourceModel
data:
- ["github.com/labstack/echo", "Context", True, "Bind", "", "", "Argument[0]", "remote", "manual"]
- ["github.com/labstack/echo", "Context", True, "Param", "", "", "ReturnValue[0]", "remote", "manual"]
- ["github.com/labstack/echo", "Context", True, "ParamValues", "", "", "ReturnValue[0]", "remote", "manual"]
- ["github.com/labstack/echo", "Context", True, "QueryParam", "", "", "ReturnValue[0]", "remote", "manual"]