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