Merge pull request #15 from StacklokLabs/embed-host #13
test.yml
on: push
Unit testing
18s
Run golangci-lint
25s
Annotations
11 errors
Unit testing
Process completed with exit code 1.
|
Run golangci-lint:
pkg/db/pgvector.go#L72
undefined: pgvector (typecheck)
|
Run golangci-lint:
pkg/db/pgvector.go#L105
undefined: pgvector (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L52
m.Called undefined (type *mockClient has no field or method Called) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L56
m.Called undefined (type *mockClient has no field or method Called) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L61
m.Called undefined (type *mockClient has no field or method Called) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L145
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L156
qv.mockClient.AssertExpectations undefined (type *mockClient has no field or method AssertExpectations) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L187
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L200
qv.mockClient.AssertExpectations undefined (type *mockClient has no field or method AssertExpectations) (typecheck)
|
Run golangci-lint:
pkg/db/qdrant_test.go#L212
qv.mockClient.On undefined (type *mockClient has no field or method On) (typecheck)
|