refactor: use echo webserver framework #149
Annotations
9 errors and 1 warning
Linter:
server/server_test.go#L132
assignment mismatch: 2 variables but server.HandleGet returns 1 value
|
Linter:
server/server_test.go#L132
too many arguments in call to server.HandleGet
|
Linter:
server/server_test.go#L154
undefined: WithLogging
|
Linter:
server/server_test.go#L154
cannot use server.HandleGet (value of type func(c echo.Context) error) as func("net/http".ResponseWriter, *"net/http".Request) (commitments.CommitmentMeta, error) value in argument to WithMetrics
|
Linter:
server/server_test.go#L271
assignment mismatch: 2 variables but server.HandlePut returns 1 value
|
Linter:
server/server_test.go#L271
too many arguments in call to server.HandlePut
|
Linter:
server/server_test.go#L294
undefined: WithLogging
|
Linter:
server/server_test.go#L294
cannot use server.HandlePut (value of type func(c echo.Context) error) as func("net/http".ResponseWriter, *"net/http".Request) (commitments.CommitmentMeta, error) value in argument to WithMetrics (typecheck)
|
Linter
issues found
|
Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|