Import and Export Improvements #1079
Annotations
6 errors and 3 warnings
test:
backend/internal/presentation/graphql/mutation.go#L30
cannot infer T (internal/util/result.go:5:20) (typecheck)
|
test:
backend/internal/presentation/graphql/mutation.go#L45
cannot infer T (internal/util/result.go:5:20) (typecheck)
|
test:
backend/internal/presentation/graphql/mutation.go#L62
cannot infer T (internal/util/result.go:5:20) (typecheck)
|
test:
backend/internal/domain/service/service_test.go#L90
cannot use mockItemRepo (variable of type *MockItemRepository) as "github.com/harehare/***/internal/domain/repository/item".ItemRepository value in argument to NewService: *MockItemRepository does not implement "github.com/harehare/***/internal/domain/repository/item".ItemRepository (wrong type for method Find)
|
test:
backend/internal/domain/service/service_test.go#L111
cannot use mockItemRepo (variable of type *MockItemRepository) as "github.com/harehare/***/internal/domain/repository/item".ItemRepository value in argument to NewService: *MockItemRepository does not implement "github.com/harehare/***/internal/domain/repository/item".ItemRepository (wrong type for method Find)
|
test:
backend/internal/domain/service/service_test.go#L131
cannot use mockItemRepo (variable of type *MockItemRepository) as "github.com/harehare/***/internal/domain/repository/item".ItemRepository value in argument to NewService: *MockItemRepository does not implement "github.com/harehare/***/internal/domain/repository/item".ItemRepository (wrong type for method Find)
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze (typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
Analyze (go)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|