Merge pull request #13 from jhrozek/options #11
Annotations
10 errors
golangci-lint:
pkg/db/pgvector.go#L72
undefined: pgvector (typecheck)
|
golangci-lint:
pkg/db/pgvector.go#L105
undefined: pgvector (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L52
m.Called undefined (type *mockClient has no field or method Called) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L56
m.Called undefined (type *mockClient has no field or method Called) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L61
m.Called undefined (type *mockClient has no field or method Called) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L145
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L156
qv.mockClient.AssertExpectations undefined (type *mockClient has no field or method AssertExpectations) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L187
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L200
qv.mockClient.AssertExpectations undefined (type *mockClient has no field or method AssertExpectations) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L212
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
Loading