Skip to content

feat(client): add a postgres database querier that implements databas… #743

feat(client): add a postgres database querier that implements databas…

feat(client): add a postgres database querier that implements databas… #743

Triggered via push August 6, 2023 05:32
Status Failure
Total duration 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/client/client.go#L8
a blank import should be only in a main or test package, or have a comment justifying it (golint)
lint: pkg/client/client.go#L10
a blank import should be only in a main or test package, or have a comment justifying it (golint)
lint: pkg/client/postgres.go#L7
a blank import should be only in a main or test package, or have a comment justifying it (golint)
lint: pkg/client/client.go#L19
type `databaseQuerier` is unused (unused)
lint: pkg/client/postgres.go#L12
type `postgres` is unused (unused)
lint: pkg/client/postgres.go#L15
func `(*postgres).ShowTables` is unused (unused)
lint: pkg/client/postgres.go#L33
func `(*postgres).TableStructure` is unused (unused)
lint: pkg/client/postgres.go#L68
func `(*postgres).Constraints` is unused (unused)
lint: pkg/client/postgres.go#L91
func `(*postgres).Indexes` is unused (unused)
lint
issues found