We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f188c3 commit d102004Copy full SHA for d102004
api/v1/qdrantentity_types.go
@@ -83,9 +83,9 @@ type EntityResult string
83
84
//goland:noinspection GoUnusedConst
85
const (
86
- EntityResultOk EntityResult = "Ok"
87
- EntityRersultPending EntityResult = "Pending"
88
- EntityResultError EntityResult = "Error"
+ EntityResultOk EntityResult = "Ok"
+ EntityResultPending EntityResult = "Pending"
+ EntityResultError EntityResult = "Error"
89
)
90
91
// QdrantEntityStatusResult is the last result from the invocation to a manager
0 commit comments