Sequencer WIP #2534
Annotations
7 errors and 3 warnings
golangci-lint:
sequencer/seqproto/seqproto.go#L46
cannot use ret (variable of type *PostgreSQLStorage) as NetProtoInteractor value in return statement: *PostgreSQLStorage does not implement NetProtoInteractor (missing method AcceptClient) (typecheck)
|
golangci-lint:
cmd/sequencer/main.go#L8
could not import github.com/pg-sharding/spqr/sequencer/seqproto (-: # github.com/pg-sharding/spqr/sequencer/seqproto
|
golangci-lint:
sequencer/seqproto/seqproto.go#L46
cannot use ret (variable of type *PostgreSQLStorage) as NetProtoInteractor value in return statement: *PostgreSQLStorage does not implement NetProtoInteractor (missing method AcceptClient)) (typecheck)
|
golangci-lint:
cmd/sequencer/main.go#L52
cannot use scfg (variable of type *config.Sequencer) as string value in argument to qdb.NewXQDB (typecheck)
|
golangci-lint:
cmd/sequencer/main.go#L62
declared and not used: body (typecheck)
|
golangci-lint:
cmd/sequencer/main.go#L55
declared and not used: cl (typecheck)
|
golangci-lint
issues found
|
goimports check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
go fmt check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|