[skip ci]Add notes to datanode service (#13209)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13221/head
jingkl 2021-12-13 09:31:38 +08:00 committed by GitHub
parent b43b4e213f
commit 998e21f956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ func (s *Server) start() error {
return nil
}
// GetComponentStates gets the component states of Datanode
func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error) {
return s.datanode.GetComponentStates(ctx)
}