Add comment for GetTimeTickChannel (#8217)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8326/head
sunby 2021-09-22 18:21:53 +08:00 committed by GitHub
parent c5beef16a9
commit b46307388f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}