Move database object discovery into objects file #241
Annotations
10 errors
Run go build:
internal/db/user.go#L15
Databases redeclared in this block
|
Run go build:
internal/db/objects.go#L11
other declaration of Databases
|
Run go build:
internal/db/user.go#L16
Tables redeclared in this block
|
Run go build:
internal/db/objects.go#L12
other declaration of Tables
|
Run go build:
internal/db/user.go#L21
cannot use map[string][]string{} (value of type map[string][]string) as []string value in assignment
|
Run go build:
internal/db/user.go#L125
invalid argument: index d (variable of type string) must be integer
|
Run go build:
internal/db/user.go#L126
first argument to append must be a slice; have Tables[d] (variable of type string)
|
Run go build:
internal/db/user.go#L126
invalid argument: index d (variable of type string) must be integer
|
Run go build:
internal/db/objects.go#L16
undefined: dialector
|
Run go build:
internal/db/objects.go#L53
undefined: Selected
|
Loading