mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap04_message_stream.md (#11695)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11732/head
parent
95ac530f5c
commit
889b145649
|
@ -192,7 +192,7 @@ func (mudf *MemUDFactory) NewUnmarshalDispatcher() *UnmarshalDispatcher
|
|||
```
|
||||
|
||||
```go
|
||||
// MsgStream
|
||||
// MsgStream is an interface that can be used to produce and consume message on message queue
|
||||
|
||||
// Interface
|
||||
type MsgStream interface {
|
||||
|
|
Loading…
Reference in New Issue