Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #6805
Annotations
10 errors
lint:
app_test.go#L39
cannot use generic type App[TCtx CtxGeneric[TCtx]] without instantiation
|
lint:
router_test.go#L403
undefined: TCtx
|
lint:
ctx_interface.go#L27
T does not satisfy CtxGeneric[T] (missing method Accepts)
|
lint:
hooks.go#L16
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
lint:
hooks.go#L22
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
lint:
app.go#L40
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
lint:
app.go#L495
DefaultCtx does not satisfy CtxGeneric[DefaultCtx] (method Accepts has pointer receiver)
|
lint:
mount.go#L18
Ctx does not satisfy CtxGeneric[Ctx] (wrong type for method App)
|
lint:
listen.go#L61
any does not satisfy CtxGeneric[any] (missing method Accepts)
|
lint:
register.go#L29
any does not satisfy CtxGeneric[any] (missing method Accepts)
|