Import and Export Improvements #1079
Annotations
6 errors and 1 warning
backend/internal/presentation/graphql/mutation.go#L30
cannot infer T (internal/util/result.go:5:20) (typecheck)
|
backend/internal/presentation/graphql/mutation.go#L45
cannot infer T (internal/util/result.go:5:20) (typecheck)
|
backend/internal/presentation/graphql/mutation.go#L62
cannot infer T (internal/util/result.go:5:20) (typecheck)
|
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)
|
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)
|
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)
|
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/
|
The logs for this run have expired and are no longer available.
Loading