piotrkowalczuk/mnemosyne

View on GitHub
mnemosyned/middleware.go

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                            switch pqerr.Code {
                            case pq.ErrorCode("57014"):
                                code = codes.Canceled
                            }
Severity: Major
Found in mnemosyned/middleware.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status