mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci]Fix golint error for GetComponentStates in rootcoord (#11848)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
da854d783e
commit
42ffb26e64
@ -285,6 +285,7 @@ func (s *Server) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetComponentStates gets the component states of RootCoord.
|
||||
func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error) {
|
||||
return s.rootCoord.GetComponentStates(ctx)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user