mirror of https://github.com/milvus-io/milvus.git
Add comment for GetTimeTickChannel (#8217)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8326/head
parent
c5beef16a9
commit
b46307388f
|
@ -182,6 +182,7 @@ func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComp
|
|||
return s.dataCoord.GetComponentStates(ctx)
|
||||
}
|
||||
|
||||
// GetTimeTickChannel gets timetick channel
|
||||
func (s *Server) GetTimeTickChannel(ctx context.Context, req *internalpb.GetTimeTickChannelRequest) (*milvuspb.StringResponse, error) {
|
||||
return s.dataCoord.GetTimeTickChannel(ctx)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue