Merge pull request #12 from StacklokLabs/rename #9
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#L141
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L152
qv.mockClient.AssertExpectations undefined (type *mockClient has no field or method AssertExpectations) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L183
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L195
qv.mockClient.AssertExpectations undefined (type *mockClient has no field or method AssertExpectations) (typecheck)
|
golangci-lint:
pkg/db/qdrant_test.go#L207
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
Loading