Skip to content

Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #2614

Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221

Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #2614

Triggered via pull request January 28, 2025 21:00
Status Failure
Total duration 42s
Artifacts

vulncheck.yml

on: pull_request
govulncheck-check
30s
govulncheck-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
govulncheck-check: ctx_interface.go#L27
Ctx[T] does not satisfy Ctx[Ctx[T]] (wrong type for method App)
govulncheck-check: ctx.go#L53
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
govulncheck-check: group.go#L14
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
govulncheck-check: hooks.go#L22
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
govulncheck-check: hooks.go#L16
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
govulncheck-check: app.go#L40
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
govulncheck-check: mount.go#L18
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
govulncheck-check: listen.go#L61
any does not satisfy Ctx[any] (missing method Accepts)
govulncheck-check: register.go#L29
any does not satisfy Ctx[any] (missing method Accepts)
govulncheck-check: app.go#L482
c.Status(code).SendString undefined (type any has no field or method SendString)