update encoding enum and runtime interface #5
ci.yaml
on: pull_request
Lint
/
GolangCI Lint
25s
Test
/
Unit Tests
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
|