[skip ci] Fix golint error of services.go in datacoord (#8524)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/8525/head
zhenshan.cao 2021-09-24 21:33:55 +08:00 committed by GitHub
parent e17cf30031
commit 5390136cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ func (s *Server) SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPath
return resp, nil
}
// todo deprecated rpc
// GetComponentStates returns DataCoord's current state
func (s *Server) GetComponentStates(ctx context.Context) (*internalpb.ComponentStates, error) {
resp := &internalpb.ComponentStates{
State: &internalpb.ComponentInfo{