refactor: move to common Ory migration helpers #2052
Annotations
14 errors
Test documentation examples:
internal/driver/registry_default.go#L47
cannot use (*RegistryDefault)(nil) (value of type *RegistryDefault) as Registry value in variable declaration: *RegistryDefault does not implement Registry (missing method Connection)
|
Test documentation examples:
internal/driver/registry_default.go#L337
cannot use r (variable of type *RegistryDefault) as "github.com/ory/keto/internal/persistence/sql".dependencies value in argument to sql.NewPersister: *RegistryDefault does not implement "github.com/ory/keto/internal/persistence/sql".dependencies (missing method Connection)
|
Test documentation examples:
internal/driver/registry_factory.go#L106
cannot use r (variable of type *RegistryDefault) as Registry value in return statement: *RegistryDefault does not implement Registry (missing method Connection)
|
Test documentation examples
Process completed with exit code 2.
|
Run golangci-lint:
cmd/helpers/helpers.go#L14
could not import github.com/ory/keto/internal/driver (-: # github.com/ory/keto/internal/driver
|
Run golangci-lint:
internal/driver/registry_default.go#L47
cannot use (*RegistryDefault)(nil) (value of type *RegistryDefault) as Registry value in variable declaration: *RegistryDefault does not implement Registry (missing method Connection)
|
Run golangci-lint:
internal/driver/registry_default.go#L337
cannot use r (variable of type *RegistryDefault) as "github.com/ory/keto/internal/persistence/sql".dependencies value in argument to sql.NewPersister: *RegistryDefault does not implement "github.com/ory/keto/internal/persistence/sql".dependencies (missing method Connection)
|
Run golangci-lint:
internal/driver/registry_factory.go#L106
cannot use r (variable of type *RegistryDefault) as Registry value in return statement: *RegistryDefault does not implement Registry (missing method Connection)) (typecheck)
|
Run golangci-lint:
cmd/serve_debug_test.go#L26
could not import github.com/ory/keto/internal/driver (-: # github.com/ory/keto/internal/driver
|
Run golangci-lint:
internal/driver/registry_default.go#L47
cannot use (*RegistryDefault)(nil) (value of type *RegistryDefault) as Registry value in variable declaration: *RegistryDefault does not implement Registry (missing method Connection)
|
Run golangci-lint:
internal/driver/registry_default.go#L337
cannot use r (variable of type *RegistryDefault) as "github.com/ory/keto/internal/persistence/sql".dependencies value in argument to sql.NewPersister: *RegistryDefault does not implement "github.com/ory/keto/internal/persistence/sql".dependencies (missing method Connection)
|
Run golangci-lint:
internal/driver/registry_factory.go#L106
cannot use r (variable of type *RegistryDefault) as Registry value in return statement: *RegistryDefault does not implement Registry (missing method Connection)) (typecheck)
|
Run golangci-lint:
cmd/client/test_helpers.go#L19
could not import github.com/ory/keto/internal/driver (-: # github.com/ory/keto/internal/driver
|
Run golangci-lint:
internal/driver/registry_default.go#L47
cannot use (*RegistryDefault)(nil) (value of type *RegistryDefault) as Registry value in variable declaration: *RegistryDefault does not implement Registry (missing method Connection)
|
Loading