mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment in datanode service (#12915)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/12930/head
parent
6e680cd36e
commit
5db438b885
|
@ -287,6 +287,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt
|
|||
return s.datanode.GetStatisticsChannel(ctx)
|
||||
}
|
||||
|
||||
// Deprecated
|
||||
func (s *Server) WatchDmChannels(ctx context.Context, req *datapb.WatchDmChannelsRequest) (*commonpb.Status, error) {
|
||||
return s.datanode.WatchDmChannels(ctx, req)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue