Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 #6795
Annotations
10 errors
lint:
app_test.go#L35
cannot use generic type Ctx[T any] without instantiation
|
lint:
app_test.go#L39
cannot use generic type App[TCtx Ctx[TCtx]] without instantiation
|
lint:
bind_test.go#L1756
cannot use generic type Ctx[T any] without instantiation
|
lint:
hooks_test.go#L14
cannot use generic type Ctx[T any] without instantiation
|
lint:
listen_test.go#L653
cannot use generic type Ctx[T any] without instantiation
|
lint:
router_test.go#L403
undefined: TCtx
|
lint:
ctx_interface.go#L27
Ctx[T] does not satisfy Ctx[Ctx[T]] (wrong type for method App)
|
lint:
ctx.go#L53
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
|
lint:
group.go#L14
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
|
lint:
hooks.go#L22
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
|