Skip to content

feat: method extensions prototyping #406

feat: method extensions prototyping

feat: method extensions prototyping #406

Triggered via pull request December 10, 2025 16:56
Status Failure
Total duration 1m 3s
Artifacts

go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors
test: a2aclient/client_test.go#L391
cannot use transport (variable of type *testTransport) as Transport value in struct literal: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L371
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L342
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L317
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L291
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L264
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L219
cannot use transport (variable of type *testTransport) as Transport value in struct literal: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L180
cannot use transport (variable of type *testTransport) as Transport value in struct literal: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L158
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
test: a2aclient/client_test.go#L132
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L391
cannot use transport (variable of type *testTransport) as Transport value in struct literal: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L371
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L342
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L317
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L291
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L264
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L219
cannot use transport (variable of type *testTransport) as Transport value in struct literal: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L180
cannot use transport (variable of type *testTransport) as Transport value in struct literal: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L158
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)
lint: a2aclient/client_test.go#L132
cannot use transport (variable of type *testTransport) as Transport value in argument to newTestClient: *testTransport does not implement Transport (missing method Invoke)