Skip to content

Client refactor

Client refactor #744

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

test.yaml

on: pull_request
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