piotrkowalczuk/mnemosyne

View on GitHub
internal/service/postgres/postgres.go

Summary

Maintainability
A
0 mins
Test Coverage

error var Timeout should have name of the form ErrFoo
Open

var Timeout = errors.New("postgres connection timeout")

exported var Timeout should have comment or be unexported
Open

var Timeout = errors.New("postgres connection timeout")

exported type Opts should have comment or be unexported
Open

type Opts struct {

There are no issues that match your filters.

Category
Status