Skip to content

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

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

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

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

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)