topfreegames/khan

View on GitHub
models/helpers.go

Summary

Maintainability
A
1 hr
Test Coverage

Function GetDB has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

func GetDB(host string, user string, port int, sslmode string, dbName string, password string) (interfaces.Database, error) {
Severity: Minor
Found in models/helpers.go - About 45 mins to fix

    Function InitDb has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func InitDb(host string, user string, port int, sslmode string, dbName string, password string) (interfaces.Database, error) {
    Severity: Minor
    Found in models/helpers.go - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status