mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
Corrent some spelling error (#13510)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com> Co-authored-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
acbb680c91
commit
4e6923ccde
@ -121,7 +121,7 @@ type QueryCoordInfos struct {
|
||||
SystemConfigurations QueryCoordConfiguration `json:"system_configurations"`
|
||||
}
|
||||
|
||||
// ProxyConfiguration records the configuration of proxy.
|
||||
// ProxyConfiguration records the configuration of Proxy.
|
||||
type ProxyConfiguration struct {
|
||||
DefaultPartitionName string `json:"default_partition_name"`
|
||||
DefaultIndexName string `json:"default_index_name"`
|
||||
@ -133,7 +133,7 @@ type ProxyInfos struct {
|
||||
SystemConfigurations ProxyConfiguration `json:"system_configurations"`
|
||||
}
|
||||
|
||||
// IndexNodeConfiguration records the configuration of index node.
|
||||
// IndexNodeConfiguration records the configuration of IndexNode.
|
||||
type IndexNodeConfiguration struct {
|
||||
MinioBucketName string `json:"minio_bucket_name"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user