mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comments for GetTimeTickChannel (#10924)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
afb318ce21
commit
95159ec53c
@ -55,6 +55,8 @@ func (node *QueryNode) GetComponentStates(ctx context.Context) (*internalpb.Comp
|
||||
return stats, nil
|
||||
}
|
||||
|
||||
// GetTimeTickChannel returns the time tick channel
|
||||
// TimeTickChannel contains many time tick messages, which will be sent by query nodes
|
||||
func (node *QueryNode) GetTimeTickChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
|
||||
return &milvuspb.StringResponse{
|
||||
Status: &commonpb.Status{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user