mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint in indexcoord/prama_table.go (#9371)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
c792e534db
commit
d9dcb3cfe9
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user