Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #4017
Annotations
10 errors
Run Benchmark:
ctx_interface.go#L27
T does not satisfy CtxGeneric[T] (missing method Accepts)
|
Run Benchmark:
hooks.go#L16
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
Run Benchmark:
hooks.go#L22
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
Run Benchmark:
app.go#L40
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
Run Benchmark:
app.go#L495
DefaultCtx does not satisfy CtxGeneric[DefaultCtx] (method Accepts has pointer receiver)
|
Run Benchmark:
app.go#L496
DefaultCtx does not satisfy CtxGeneric[DefaultCtx] (method Accepts has pointer receiver)
|
Run Benchmark:
app.go#L555
cannot use app (variable of type *App[TCtx]) as *App[Ctx] value in argument to newHooks
|
Run Benchmark:
mount.go#L18
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
Run Benchmark:
listen.go#L61
any does not satisfy CtxGeneric[any] (missing method Accepts)
|
Run Benchmark:
register.go#L29
any does not satisfy CtxGeneric[any] (missing method Accepts)
|
Loading