Skip to content

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

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

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

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

test.yml

on: pull_request
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

26 errors
unit (1.23.x, ubuntu-latest): ctx_interface.go#L27
Ctx[T] does not satisfy Ctx[Ctx[T]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): ctx.go#L53
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): group.go#L14
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): hooks.go#L16
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): hooks.go#L22
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): app.go#L40
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): app.go#L482
c.Status(code).SendString undefined (type any has no field or method SendString)
unit (1.23.x, ubuntu-latest): mount.go#L18
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
unit (1.23.x, ubuntu-latest): listen.go#L61
any does not satisfy Ctx[any] (missing method Accepts)
unit (1.23.x, ubuntu-latest): register.go#L29
any does not satisfy Ctx[any] (missing method Accepts)
unit (1.23.x, macos-13)
The job was canceled because "_1_23_x_ubuntu-latest" failed.
unit (1.23.x, macos-13)
The operation was canceled.
unit (1.23.x, windows-latest)
The job was canceled because "_1_23_x_ubuntu-latest" failed.
unit (1.23.x, windows-latest)
The operation was canceled.
unit (1.23.x, macos-latest)
The job was canceled because "_1_23_x_ubuntu-latest" failed.
unit (1.23.x, macos-latest)
The operation was canceled.
repeated: ctx_interface.go#L27
Ctx[T] does not satisfy Ctx[Ctx[T]] (wrong type for method App)
repeated: ctx.go#L53
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
repeated: group.go#L14
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
repeated: hooks.go#L16
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
repeated: hooks.go#L22
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
repeated: app.go#L40
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
repeated: app.go#L482
c.Status(code).SendString undefined (type any has no field or method SendString)
repeated: mount.go#L18
Ctx[any] does not satisfy Ctx[Ctx[any]] (wrong type for method App)
repeated: listen.go#L61
any does not satisfy Ctx[any] (missing method Accepts)
repeated: register.go#L29
any does not satisfy Ctx[any] (missing method Accepts)