[skip ci] Add comment for Params (#9109)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-10-03 08:39:54 +08:00 committed by GitHub
parent ef71266b2d
commit 32b5bb9167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ type ParamTable struct {
MinioBucketName string
}
// Params are variables of the ParamTable type
var Params ParamTable
var once sync.Once