Skip to content

update encoding enum and runtime interface #5

update encoding enum and runtime interface

update encoding enum and runtime interface #5

Triggered via pull request September 11, 2023 12:07
Status Failure
Total duration 36s
Artifacts

ci.yaml

on: pull_request
Lint  /  GolangCI Lint
25s
Lint / GolangCI Lint
Test  /  Unit Tests
Test / Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint / GolangCI Lint: registry_test.go#L12
cannot use mock (variable of type *mockEngineRuntime) as EngineRuntime value in argument to RegisterRuntime: *mockEngineRuntime does not implement EngineRuntime (wrong type for method DecodeDependencyDriver)
Lint / GolangCI Lint: registry_test.go#L21
cannot use mock2 (variable of type *mockEngineRuntime) as EngineRuntime value in argument to RegisterRuntime: *mockEngineRuntime does not implement EngineRuntime (wrong type for method DecodeDependencyDriver)
Lint / GolangCI Lint: registry_test.go#L28
impossible type assertion: r.(*mockEngineRuntime)
Lint / GolangCI Lint: registry_test.go#L38
cannot use mock (variable of type *mockEngineRuntime) as EngineRuntime value in argument to RegisterRuntime: *mockEngineRuntime does not implement EngineRuntime (wrong type for method DecodeDependencyDriver)
Lint / GolangCI Lint
issues found