Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #2614
vulncheck.yml
on: pull_request
govulncheck-check
30s
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)
|