Gbicsgo 336 vue 3 migration #456
Annotations
8 errors and 1 warning
Build:
pkg/processor/calculating_processor_test.go#L26
cannot use &calculatorContext.BigQuery (value of type *testBigQueryClient) as "github.com/ottogroup/penelope/pkg/service/bigquery".Client value in struct literal: *testBigQueryClient does not implement "github.com/ottogroup/penelope/pkg/service/bigquery".Client (missing method GetDatasetDetails)
|
Build:
pkg/processor/calculating_processor_test.go#L26
cannot use &calculatorContext.Billing (value of type *testBillingClient) as billing.Client value in struct literal: *testBillingClient does not implement billing.Client (missing method PricePerGB)
|
Build:
pkg/processor/calculating_processor_test.go#L60
cannot use &calculatorContext.BigQuery (value of type *testBigQueryClient) as "github.com/ottogroup/penelope/pkg/service/bigquery".Client value in struct literal: *testBigQueryClient does not implement "github.com/ottogroup/penelope/pkg/service/bigquery".Client (missing method GetDatasetDetails)
|
Build:
pkg/processor/calculating_processor_test.go#L60
cannot use &calculatorContext.Billing (value of type *testBillingClient) as billing.Client value in struct literal: *testBillingClient does not implement billing.Client (missing method PricePerGB)
|
Build:
pkg/processor/schedule_processor_test.go#L321
cannot use &ctx.BigQuery (value of type *testBigQueryClient) as "github.com/ottogroup/penelope/pkg/service/bigquery".Client value in argument to NewBigQueryJobCreator: *testBigQueryClient does not implement "github.com/ottogroup/penelope/pkg/service/bigquery".Client (missing method GetDatasetDetails)
|
Build:
pkg/processor/schedule_processor_test.go#L337
cannot use &stubGcsClient{} (value of type *stubGcsClient) as gcs.CloudStorageClient value in assignment: *stubGcsClient does not implement gcs.CloudStorageClient (missing method GetBucketDetails)
|
Build:
pkg/processor/schedule_processor_test.go#L361
cannot use &stubGcsClient{} (value of type *stubGcsClient) as gcs.CloudStorageClient value in struct literal: *stubGcsClient does not implement gcs.CloudStorageClient (missing method GetBucketDetails)
|
Build
Process completed with exit code 1.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|