[skip ci]Fix golint in indexcoord/prama_table.go (#9371)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-07 02:08:22 +08:00 committed by GitHub
parent c792e534db
commit d9dcb3cfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,7 @@ func (pt *ParamTable) initMinIOSecretAccessKey() {
pt.MinIOSecretAccessKey = ret
}
// initMinIOUseSSL initializes the minio use SSL of configuration items.
func (pt *ParamTable) initMinIOUseSSL() {
ret, err := pt.Load("minio.useSSL")
if err != nil {