Skip to content

feat(manager): add crud for source #478

feat(manager): add crud for source

feat(manager): add crud for source #478

Triggered via pull request October 11, 2024 13:43
Status Failure
Total duration 4m 9s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: manager/validator/sourcevalidator/create.go#L20
slog.Logger.Debug arg "req" should be a string or a slog.Attr (possible missing key or value)
build: manager/mockRepo/sourcemock/source_repo_mock.go#L73
source.CreateAt undefined (type *entity.Source has no field or method CreateAt)
build: manager/mockRepo/sourcemock/source_repo_mock.go#L74
source.UpdateAt undefined (type *entity.Source has no field or method UpdateAt)
build: manager/mockRepo/sourcemock/source_repo_mock.go#L75
source.DeleteAt undefined (type *entity.Source has no field or method DeleteAt)
build: manager/mockRepo/sourcemock/source_repo_mock.go#L96
source.CreateAt undefined (type *entity.Source has no field or method CreateAt)
build: manager/mockRepo/sourcemock/source_repo_mock.go#L97
source.UpdateAt undefined (type *entity.Source has no field or method UpdateAt)
build: manager/mockRepo/sourcemock/source_repo_mock.go#L98
source.DeleteAt undefined (type *entity.Source has no field or method DeleteAt)
build
Process completed with exit code 2.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/