piotrkowalczuk/mnemosyne

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

Summary

Maintainability
A
0 mins
Test Coverage

exported type StorageOpts should have comment or be unexported
Open

type StorageOpts struct {
Severity: Minor
Found in internal/storage/postgres/storage.go by golint

exported function NewStorage should have comment or be unexported
Open

func NewStorage(opts StorageOpts) storage.Storage {
Severity: Minor
Found in internal/storage/postgres/storage.go by golint

exported type Storage should have comment or be unexported
Open

type Storage struct {
Severity: Minor
Found in internal/storage/postgres/storage.go by golint

There are no issues that match your filters.

Category
Status