mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Add comment for GetTimeTickChannel (#8217)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user