mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add comment for GetComponentStates (#8216)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
b2e8ba7b33
commit
5c5c4b004c
@ -177,6 +177,7 @@ func (s *Server) Run() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetComponentStates gets states of datacoord and datanodes
|
||||
func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error) {
|
||||
return s.dataCoord.GetComponentStates(ctx)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user