feat: self onboarding #494
Annotations
10 errors and 4 warnings
core/relation/service_test.go#L1
: # github.com/goto/shield/core/relation_test [github.com/goto/shield/core/relation.test]
|
core/relation/service_test.go#L70
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L85
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L137
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L152
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L169
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L187
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L231
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L244
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
core/relation/service_test.go#L291
cannot use authzRepository (variable of type *mocks.AuthzRepository) as relation.AuthzRepository value in argument to relation.NewService: *mocks.AuthzRepository does not implement relation.AuthzRepository (missing method CheckIsPublic)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
This job failed
Loading