lflux/eve-sdeloader

View on GitHub
statements/statement.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type StatementGenerator should have comment or be unexported
Open

type StatementGenerator func(*sql.Tx) (*sql.Stmt, error)
Severity: Minor
Found in statements/statement.go by golint

exported function Prepare should have comment or be unexported
Open

func Prepare(db *sql.DB, stmtFuncMap map[string]StatementGenerator, stmts map[string]*Statement) error {
Severity: Minor
Found in statements/statement.go by golint

exported function Finalize should have comment or be unexported
Open

func Finalize(stmts map[string]*Statement) error {
Severity: Minor
Found in statements/statement.go by golint

exported type Statement should have comment or be unexported
Open

type Statement struct {
Severity: Minor
Found in statements/statement.go by golint

There are no issues that match your filters.

Category
Status