Skip to content

Setup (Cloud-Backed) SQLite backend for reading GeoPackages #20

Setup (Cloud-Backed) SQLite backend for reading GeoPackages

Setup (Cloud-Backed) SQLite backend for reading GeoPackages #20

Triggered via pull request October 12, 2023 08:35
Status Failure
Total duration 34s
Artifacts

lint-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint: ogc/features/datasources/geopackage/backend_cloud.go#L1
: # github.com/PDOK/gokoala/ogc/features/datasources/geopackage
lint: ogc/features/datasources/geopackage/backend_cloud.go#L38
cannot use &CloudGeoPackage{…} (value of type *CloudGeoPackage) as geoPackageBackend value in return statement: *CloudGeoPackage does not implement geoPackageBackend (missing method getDB)
lint: ogc/features/main.go#L13
could not import github.com/PDOK/gokoala/ogc/features/datasources/geopackage (-: # github.com/PDOK/gokoala/ogc/features/datasources/geopackage
lint: ogc/features/datasources/geopackage/backend_cloud.go#L38
cannot use &CloudGeoPackage{…} (value of type *CloudGeoPackage) as geoPackageBackend value in return statement: *CloudGeoPackage does not implement geoPackageBackend (missing method getDB)
lint: ogc/features/datasources/fakedb/fakedb.go#L57
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
lint
issues found