mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip e2e]Add comment for rmq reader (#13625)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
371017ad39
commit
d382d596da
@ -27,6 +27,7 @@ func (rr *rmqReader) Next(ctx context.Context) (Message, error) {
|
||||
return msg, nil
|
||||
}
|
||||
|
||||
// HasNext returns whether reader has next message
|
||||
func (rr *rmqReader) HasNext() bool {
|
||||
return rr.r.HasNext()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user