mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#14129)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/14164/head
parent
c3825052b1
commit
b5fe5fc10b
|
@ -84,7 +84,7 @@ func (node *Proxy) GetComponentStates(ctx context.Context) (*internalpb.Componen
|
|||
return stats, nil
|
||||
}
|
||||
|
||||
// GetStatisticsChannel get statistics channel of Proxy.
|
||||
// GetStatisticsChannel gets statistics channel of Proxy.
|
||||
func (node *Proxy) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
|
||||
return &milvuspb.StringResponse{
|
||||
Status: &commonpb.Status{
|
||||
|
|
Loading…
Reference in New Issue