Lazy instantiation for services with side effects #172
checks.yml
on: pull_request
golangci-lint
22s
go-test
17s
webui-lint
37s
webui-test
1m 22s
prettier
10s
generated
59s
Annotations
16 errors and 1 warning
go-test:
internal/database/migrations/decorator.go#L30
cannot use db (variable of type *sql.DB) as lazy.Lazy[*sql.DB] value in struct literal: *sql.DB does not implement lazy.Lazy[*sql.DB] (missing method Get)
|
go-test:
internal/database/migrations/decorator.go#L33
m.Up undefined (type Result has no field or method Up)
|
go-test
Process completed with exit code 1.
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
golangci-lint
Cannot open: File exists
|
generated:
internal/database/migrations/decorator.go#L30
cannot use db (variable of type *sql.DB) as lazy.Lazy[*sql.DB] value in struct literal: *sql.DB does not implement lazy.Lazy[*sql.DB] (missing method Get)
|
generated:
internal/database/migrations/decorator.go#L33
m.Up undefined (type Result has no field or method Up)
|
generated
Process completed with exit code 201.
|
golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|