[skip ci] Add desc comments for BaseConfAdapter (#9414)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/9427/head
dragondriver 2021-10-07 22:10:42 +08:00 committed by GitHub
parent 78bdbf32e5
commit 057834fa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ type ConfAdapter interface {
CheckTrain(map[string]string) bool
}
// BaseConfAdapter checks if a `FLAT` index can be built.
type BaseConfAdapter struct {
}