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

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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

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 {
}