CE Refactor Part 2: create Services package and update main.go #62
build-consent-engine.yml
on: pull_request
validate
46s
publish
0s
Annotations
10 errors and 1 warning
|
validate
too many errors
|
|
validate
undefined: NewPostgresConsentEngine
|
|
validate
undefined: InitDatabase
|
|
validate
undefined: ConnectDB
|
|
validate
undefined: DatabaseConfig
|
|
validate
cannot use models.ErrConsentExpiryFailed + ": %w" (constant "failed to check consent expiry: %w" of string type models.ConsentErrorMessage) as string value in argument to fmt.Errorf
|
|
validate
cannot use models.ErrConsentGetFailed + ": %w" (constant "failed to get consent records: %w" of string type models.ConsentErrorMessage) as string value in argument to fmt.Errorf
|
|
validate
cannot use models.ErrConsentGetFailed + ": %w" (constant "failed to get consent records: %w" of string type models.ConsentErrorMessage) as string value in argument to fmt.Errorf
|
|
validate
cannot use models.ErrConsentRevokeFailed + ": %w" (constant "failed to revoke consent record: %w" of string type models.ConsentErrorMessage) as string value in argument to fmt.Errorf
|
|
validate
cannot use models.ErrConsentUpdateFailed + ": %w" (constant "failed to update consent record: %w" of string type models.ConsentErrorMessage) as string value in argument to fmt.Errorf
|
|
validate
Restore cache failed: Dependencies file is not found in /home/runner/work/opendif-mvp/opendif-mvp. Supported file pattern: go.sum
|