feat(client): add a postgres database querier that implements databas… #743
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
|