Skip to content

feat: move postgresql to sdk-go-bundle #927

feat: move postgresql to sdk-go-bundle

feat: move postgresql to sdk-go-bundle #927

Triggered via pull request January 29, 2025 12:43
Status Failure
Total duration 1m 44s
Artifacts

linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: services/dbaas/backups.go#L14
exported method `PsqlClient.GetClusterBackups` should have comment or be unexported (golint)
lint: services/dbaas/backups.go#L21
exported method `PsqlClient.GetAllBackups` should have comment or be unexported (golint)
lint: services/dbaas/backups.go#L27
exported function `SetPgSqlClusterBackupData` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L21
exported method `PsqlClient.GetCluster` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L33
exported method `PsqlClient.ListClusters` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L59
exported method `PsqlClient.CreateCluster` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L77
exported method `PsqlClient.UpdateCluster` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L83
exported method `PsqlClient.DeleteCluster` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L484
exported function `GetPsqlClusterConnectionsData` should have comment or be unexported (golint)
lint: services/dbaas/cluster.go#L621
exported function `GetPsqlClusterCredentialsData` should have comment or be unexported (golint)
lint
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/