mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add desc comments for BaseConfAdapter (#9414)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9427/head
parent
78bdbf32e5
commit
057834fa57
|
@ -97,6 +97,7 @@ type ConfAdapter interface {
|
|||
CheckTrain(map[string]string) bool
|
||||
}
|
||||
|
||||
// BaseConfAdapter checks if a `FLAT` index can be built.
|
||||
type BaseConfAdapter struct {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue