[skip e2e] Add comments to conf adapter (#15097)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/15112/head
jingkl 2022-01-10 18:37:37 +08:00 committed by GitHub
parent d3c6d47537
commit b2cb15798d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ func newNGTPANNGConfAdapter() *NGTPANNGConfAdapter {
return &NGTPANNGConfAdapter{}
}
// NGTONNGConfAdapter checks if a NGT_ONNG index can be built.
type NGTONNGConfAdapter struct {
BaseConfAdapter
}